Html Css Color HEX #4C2011 Brown Pod

📋 copy color: '#4C2011'

red 76 ◦ green 32 ◦ blue 17

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

Shades of Brown Pod #4C2011

Tints of Brown Pod #4C2011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

 BLUE value IS 17 (7.03% from 255) = 13.6%

R = 60.8%
G = 25.6%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4C2011 (or 0x4C2011) is known color: Brown Pod. HEX triplet: 4C, 20 and 11. RGB value is (76,32,17). Sum of RGB (Red+Green+Blue) = 76+32+17=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2011 is #B3DFEE. Grayscale: #2B2B2B. Windows color (decimal): -11788271 or 1122380. OLE color: 1122380.

HSL color Cylindrical-coordinate representation of color #4C2011: hue angle of 15.25º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C2011 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 32 17 -
CMYK 0 0.58 0.78 0.70
HSL 15.25º 0.63% 0.18% -
HSV(B) 15.25º 0.78% 0.3% -
XYZ 3.6 2.61 0.84 -
YUV 43.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 76 32 17 0 0.58 0.78 0.70 15.25 0.63 0.18
Hex 4C 20 11 0 3A 4E 46 F 3F 12
Octal 114 40 21 0 72 116 106 17 77 22
Binary 1001100 100000 10001 0 111010 1001110 1000110 1111 111111 10010

Color Harmonies of #4C2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2011

Black with #4C2011

Text Example


Text Example

White with #4C2011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,17); }

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

background-color css

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

 a { background-color: rgb(76,32,17); }

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

border-color css

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

 span { border-color: rgb(76,32,17); }

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