Html Css Color HEX #4C2B16 Indian Tan

📋 copy color: '#4C2B16'

red 76 ◦ green 43 ◦ blue 22

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

Shades of Indian Tan #4C2B16

Tints of Indian Tan #4C2B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.6%

R = 53.9%
G = 30.5%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4C2B16 (or 0x4C2B16) is known color: Indian Tan. HEX triplet: 4C, 2B and 16. RGB value is (76,43,22). Sum of RGB (Red+Green+Blue) = 76+43+22=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2B16 is #B3D4E9. Grayscale: #323232. Windows color (decimal): -11785450 or 1452876. OLE color: 1452876.

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

Color convert

RGB 76 43 22 -
CMYK 0 0.43 0.71 0.70
HSL 23.33º 0.55% 0.19% -
HSV(B) 23.33º 0.71% 0.3% -
XYZ 3.99 3.32 1.19 -
YUV 50.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 76 43 22 0 0.43 0.71 0.70 23.33 0.55 0.19
Hex 4C 2B 16 0 2B 47 46 17 37 13
Octal 114 53 26 0 53 107 106 27 67 23
Binary 1001100 101011 10110 0 101011 1000111 1000110 10111 110111 10011

Color Harmonies of #4C2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2B16

Black with #4C2B16

Text Example


Text Example

White with #4C2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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