#754432

Color #754432 Cumin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumin #754432

Tints of Cumin #754432

Color information

#754432 (or 0x754432) is unknown color: approx Cumin. HEX triplet: 75, 44 and 32. RGB value is (117,68,50). Sum of RGB (Red+Green+Blue) = 117+68+50=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754432 is #8ABBCD. Grayscale: #505050. Windows color (decimal): -9092046 or 3294325. OLE color: 3294325.

HSL color Cylindrical-coordinate representation of color #754432: hue angle of 16.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754432 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1176850-
CMYK00.420.570.54
HSL16.12º40.12%32.75%-
HSV(B)16.12º57.26%45.88%-
XYZ9.988.154.06-
YUV80.6110.73153.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=49.79%
G=28.94%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117685000.420.570.5416.1240.1232.75
Hex75443202A3936102821
Octal165104620527166205041
Binary11101011000100110010010101011100111011010000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754432; }

 p { color: rgb(117,68,50); }

 H1.HeaderClassName
 {
   color: #754432;
 }
 .AnyTagClassName
 {
   color: #754432;
 }
</style>
background-color css

<style>
 a { background-color: #754432; }

 a { background-color: rgb(117,68,50); }

 div.DivClassName
 {
   background-color: #754432;
 }
 .BgClassName
 {
   background-color: #754432;
 }
</style>
border-color css

<style>
 span { border-color: #754432; }

 span { border-color: rgb(117,68,50); }

 td.TdClassName
 {
   border-color: #754432;
 }
 .TagClassName
 {
   border-color: #754432;
 }
</style>