Html Css Color HEX #4C2104 Brown Pod

📋 copy color: '#4C2104'

red 76 ◦ green 33 ◦ blue 4

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

Shades of Brown Pod #4C2104

Tints of Brown Pod #4C2104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.54%

R = 67.26%
G = 29.2%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4C2104 (or 0x4C2104) is known color: Brown Pod. HEX triplet: 4C, 21 and 04. RGB value is (76,33,4). Sum of RGB (Red+Green+Blue) = 76+33+4=113 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.26% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2104 is #B3DEFB. Grayscale: #2A2A2A. Windows color (decimal): -11788028 or 270668. OLE color: 270668.

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

Color convert

RGB 76 33 4 -
CMYK 0 0.57 0.95 0.70
HSL 24.17º 0.9% 0.16% -
HSV(B) 24.17º 0.95% 0.3% -
XYZ 3.55 2.63 0.44 -
YUV 42.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 76 33 4 0 0.57 0.95 0.70 24.17 0.9 0.16
Hex 4C 21 4 0 39 5F 46 18 5A 10
Octal 114 41 4 0 71 137 106 30 132 20
Binary 1001100 100001 100 0 111001 1011111 1000110 11000 1011010 10000

Color Harmonies of #4C2104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2104

Black with #4C2104

Text Example


Text Example

White with #4C2104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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