#764433

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

Shades of Cumin #764433

Tints of Cumin #764433

Color information

#764433 (or 0x764433) is unknown color: approx Cumin. HEX triplet: 76, 44 and 33. RGB value is (118,68,51). Sum of RGB (Red+Green+Blue) = 118+68+51=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764433 is #89BBCC. Grayscale: #515151. Windows color (decimal): -9026509 or 3359862. OLE color: 3359862.

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

Color convert

RGB1186851-
CMYK00.420.570.54
HSL15.22º39.64%33.14%-
HSV(B)15.22º56.78%46.27%-
XYZ10.148.224.19-
YUV81.01111.06154.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=49.79%
G=28.69%
B=21.52%

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
Decimal118685100.420.570.5415.2239.6433.14
Hex76443302A3936f2821
Octal166104630527166175041
Binary1110110100010011001101010101110011101101111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764433; }

 p { color: rgb(118,68,51); }

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

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

 a { background-color: rgb(118,68,51); }

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

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

 span { border-color: rgb(118,68,51); }

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