Html Css Color HEX #4C2816 Indian Tan

📋 copy color: '#4C2816'

red 76 ◦ green 40 ◦ blue 22

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

Shades of Indian Tan #4C2816

Tints of Indian Tan #4C2816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.99%

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

R = 55.07%
G = 28.99%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4C2816 (or 0x4C2816) is known color: Indian Tan. HEX triplet: 4C, 28 and 16. RGB value is (76,40,22). Sum of RGB (Red+Green+Blue) = 76+40+22=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2816 is #B3D7E9. Grayscale: #303030. Windows color (decimal): -11786218 or 1452108. OLE color: 1452108.

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

Color convert

RGB 76 40 22 -
CMYK 0 0.47 0.71 0.70
HSL 20º 0.55% 0.19% -
HSV(B) 20º 0.71% 0.3% -
XYZ 3.88 3.11 1.16 -
YUV 48.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 76 40 22 0 0.47 0.71 0.70 20 0.55 0.19
Hex 4C 28 16 0 2F 47 46 14 37 13
Octal 114 50 26 0 57 107 106 24 67 23
Binary 1001100 101000 10110 0 101111 1000111 1000110 10100 110111 10011

Color Harmonies of #4C2816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2816

Black with #4C2816

Text Example


Text Example

White with #4C2816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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