Html Css Color HEX #4C2116 Brown Pod

📋 copy color: '#4C2116'

red 76 ◦ green 33 ◦ blue 22

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

Shades of Brown Pod #4C2116

Tints of Brown Pod #4C2116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.19%

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

R = 58.02%
G = 25.19%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4C2116 (or 0x4C2116) is known color: Brown Pod. HEX triplet: 4C, 21 and 16. RGB value is (76,33,22). Sum of RGB (Red+Green+Blue) = 76+33+22=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2116 is #B3DEE9. Grayscale: #2C2C2C. Windows color (decimal): -11788010 or 1450316. OLE color: 1450316.

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

Color convert

RGB 76 33 22 -
CMYK 0 0.57 0.71 0.70
HSL 12.22º 0.55% 0.19% -
HSV(B) 12.22º 0.71% 0.3% -
XYZ 3.67 2.68 1.08 -
YUV 44.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 76 33 22 0 0.57 0.71 0.70 12.22 0.55 0.19
Hex 4C 21 16 0 39 47 46 C 37 13
Octal 114 41 26 0 71 107 106 14 67 23
Binary 1001100 100001 10110 0 111001 1000111 1000110 1100 110111 10011

Color Harmonies of #4C2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2116

Black with #4C2116

Text Example


Text Example

White with #4C2116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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