#754632

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

Shades of Cumin #754632

Tints of Cumin #754632

Color information

#754632 (or 0x754632) is unknown color: approx Cumin. HEX triplet: 75, 46 and 32. RGB value is (117,70,50). Sum of RGB (Red+Green+Blue) = 117+70+50=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754632 is #8AB9CD. Grayscale: #515151. Windows color (decimal): -9091534 or 3294837. OLE color: 3294837.

HSL color Cylindrical-coordinate representation of color #754632: hue angle of 17.91º 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 #754632 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1177050-
CMYK00.400.570.54
HSL17.91º40.12%32.75%-
HSV(B)17.91º57.26%45.88%-
XYZ10.18.394.11-
YUV81.77110.07153.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=49.37%
G=29.54%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117705000.400.570.5417.9140.1232.75
Hex7546320283936122821
Octal165106620507166225041
Binary11101011000110110010010100011100111011010010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754632; }

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

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

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

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

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

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

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

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