Html Css Color HEX #4C2308 Indian Tan

📋 copy color: '#4C2308'

red 76 ◦ green 35 ◦ blue 8

#4C2308
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #4C2308

Tints of Indian Tan #4C2308

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 value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.70

RGB Variations

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

Color information

#4C2308 (or 0x4C2308) is known color: 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

RGB 76 35 8 -
CMYK 0 0.54 0.89 0.70
HSL 23.82º 0.81% 0.16% -
HSV(B) 23.82º 0.89% 0.3% -
XYZ 3.63 2.76 0.57 -
YUV 44.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 76 35 8 0 0.54 0.89 0.70 23.82 0.81 0.16
Hex 4C 23 8 0 36 59 46 18 51 10
Octal 114 43 10 0 66 131 106 30 121 20
Binary 1001100 100011 1000 0 110110 1011001 1000110 11000 1010001 10000

Color Harmonies of #4C2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2308

Black with #4C2308

Text Example


Text Example

White with #4C2308

Text Example


Text Example

HTML Codes & Css Web 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>