#764D29

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

Shades of Korma #764D29

Tints of Korma #764D29

Color information

#764D29 (or 0x764D29) is unknown color: approx Korma. HEX triplet: 76, 4D and 29. RGB value is (118,77,41). Sum of RGB (Red+Green+Blue) = 118+77+41=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D29 is #89B2D6. Grayscale: #555555. Windows color (decimal): -9024215 or 2706806. OLE color: 2706806.

HSL color Cylindrical-coordinate representation of color #764D29: hue angle of 28.05º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764D29 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1187741-
CMYK00.350.650.54
HSL28.05º48.43%31.18%-
HSV(B)28.05º65.25%46.27%-
XYZ10.539.323.34-
YUV85.16103.08151.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=50%
G=32.63%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118774100.350.650.5428.0548.4331.18
Hex764D2902341361c301f
Octal1661155104310166346037
Binary11101101001101101001010001110000011101101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764D29; }

 p { color: rgb(118,77,41); }

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

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

 a { background-color: rgb(118,77,41); }

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

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

 span { border-color: rgb(118,77,41); }

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