Html Css Color HEX #4C2002 Brown Pod

📋 copy color: '#4C2002'

red 76 ◦ green 32 ◦ blue 2

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

Shades of Brown Pod #4C2002

Tints of Brown Pod #4C2002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.82%

R = 69.09%
G = 29.09%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#4C2002 (or 0x4C2002) is known color: Brown Pod. HEX triplet: 4C, 20 and 02. RGB value is (76,32,2). Sum of RGB (Red+Green+Blue) = 76+32+2=110 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.09% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2002 is #B3DFFD. Grayscale: #292929. Windows color (decimal): -11788286 or 139340. OLE color: 139340.

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

Color convert

RGB 76 32 2 -
CMYK 0 0.58 0.97 0.70
HSL 24.32º 0.95% 0.15% -
HSV(B) 24.32º 0.97% 0.3% -
XYZ 3.51 2.57 0.37 -
YUV 41.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 76 32 2 0 0.58 0.97 0.70 24.32 0.95 0.15
Hex 4C 20 2 0 3A 61 46 18 5F F
Octal 114 40 2 0 72 141 106 30 137 17
Binary 1001100 100000 10 0 111010 1100001 1000110 11000 1011111 1111

Color Harmonies of #4C2002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2002

Black with #4C2002

Text Example


Text Example

White with #4C2002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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