Html Css Color HEX #4C2B18 Indian Tan

📋 copy color: '#4C2B18'

red 76 ◦ green 43 ◦ blue 24

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

Shades of Indian Tan #4C2B18

Tints of Indian Tan #4C2B18

RGB

 RED value IS 76 (30.08% from 255) = 53.15%

 GREEN value IS 43 (17.19% from 255) = 30.07%

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 53.15%
G = 30.07%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4C2B18 (or 0x4C2B18) is known color: Indian Tan. HEX triplet: 4C, 2B and 18. RGB value is (76,43,24). Sum of RGB (Red+Green+Blue) = 76+43+24=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2B18 is #B3D4E7. Grayscale: #323232. Windows color (decimal): -11785448 or 1583948. OLE color: 1583948.

HSL color Cylindrical-coordinate representation of color #4C2B18: hue angle of 21.92º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C2B18 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 43 24 -
CMYK 0 0.43 0.68 0.70
HSL 21.92º 0.52% 0.2% -
HSV(B) 21.92º 0.68% 0.3% -
XYZ 4.01 3.33 1.3 -
YUV 50.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 76 43 24 0 0.43 0.68 0.70 21.92 0.52 0.2
Hex 4C 2B 18 0 2B 44 46 16 34 14
Octal 114 53 30 0 53 104 106 26 64 24
Binary 1001100 101011 11000 0 101011 1000100 1000110 10110 110100 10100

Color Harmonies of #4C2B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2B18

Black with #4C2B18

Text Example


Text Example

White with #4C2B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,43,24); }

 H1.HeaderClassName
 {
   color: #4C2B18;
 }
 .AnyTagClassName
 {
   color: #4C2B18;
 }
</style>

background-color css

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

 a { background-color: rgb(76,43,24); }

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

border-color css

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

 span { border-color: rgb(76,43,24); }

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