#4C2308

Color #4C2308 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #4C2308

Tints of Indian Tan #4C2308

Color information

#4C2308 (or 0x4C2308) is unknown color: approx Indian Tan. HEX triplet: 4C, 23 and 08. RGB value is (76,35,8). Sum of RGB (Red+Green+Blue) = 76+35+8=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2308 is #B3DCF7. Grayscale: #2C2C2C. Windows color (decimal): -11787512 or 533324. OLE color: 533324.

HSL color Cylindrical-coordinate representation of color #4C2308: hue angle of 23.82º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C2308 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB76358-
CMYK00.540.890.70
HSL23.82º80.95%16.47%-
HSV(B)23.82º89.47%29.8%-
XYZ3.632.760.57-
YUV44.18107.58150.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 63.87%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=63.87%
G=29.41%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7635800.540.890.7023.8280.9516.47
Hex4C2380365946185110
Octal11443100661311063012120
Binary1001100100011100001101101011001100011011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C2308; }

 p { color: rgb(76,35,8); }

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

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

 a { background-color: rgb(76,35,8); }

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

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

 span { border-color: rgb(76,35,8); }

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