Html Css Color HEX #4C2918 Indian Tan

📋 copy color: '#4C2918'

red 76 ◦ green 41 ◦ blue 24

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

Shades of Indian Tan #4C2918

Tints of Indian Tan #4C2918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.08%

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

R = 53.9%
G = 29.08%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4C2918 (or 0x4C2918) is known color: Indian Tan. HEX triplet: 4C, 29 and 18. RGB value is (76,41,24). Sum of RGB (Red+Green+Blue) = 76+41+24=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2918 is #B3D6E7. Grayscale: #313131. Windows color (decimal): -11785960 or 1583436. OLE color: 1583436.

HSL color Cylindrical-coordinate representation of color #4C2918: hue angle of 19.62º 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 #4C2918 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 41 24 -
CMYK 0 0.46 0.68 0.70
HSL 19.62º 0.52% 0.2% -
HSV(B) 19.62º 0.68% 0.3% -
XYZ 3.94 3.19 1.27 -
YUV 49.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 76 41 24 0 0.46 0.68 0.70 19.62 0.52 0.2
Hex 4C 29 18 0 2E 44 46 14 34 14
Octal 114 51 30 0 56 104 106 24 64 24
Binary 1001100 101001 11000 0 101110 1000100 1000110 10100 110100 10100

Color Harmonies of #4C2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2918

Black with #4C2918

Text Example


Text Example

White with #4C2918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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