Html Css Color HEX #472204 Brown Pod

📋 copy color: '#472204'

red 71 ◦ green 34 ◦ blue 4

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

Shades of Brown Pod #472204

Tints of Brown Pod #472204

RGB

 RED value IS 71 (28.13% from 255) = 65.14%

 GREEN value IS 34 (13.67% from 255) = 31.19%

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

R = 65.14%
G = 31.19%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#472204 (or 0x472204) is known color: Brown Pod. HEX triplet: 47, 22 and 04. RGB value is (71,34,4). Sum of RGB (Red+Green+Blue) = 71+34+4=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #472204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472204 is #B8DDFB. Grayscale: #292929. Windows color (decimal): -12115452 or 270919. OLE color: 270919.

HSL color Cylindrical-coordinate representation of color #472204: hue angle of 26.87º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #472204 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 4 -
CMYK 0 0.52 0.94 0.72
HSL 26.87º 0.89% 0.15% -
HSV(B) 26.87º 0.94% 0.28% -
XYZ 3.19 2.49 0.43 -
YUV 41.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 71 34 4 0 0.52 0.94 0.72 26.87 0.89 0.15
Hex 47 22 4 0 34 5E 48 1B 59 F
Octal 107 42 4 0 64 136 110 33 131 17
Binary 1000111 100010 100 0 110100 1011110 1001000 11011 1011001 1111

Color Harmonies of #472204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472204

Black with #472204

Text Example


Text Example

White with #472204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472204; }

 p { color: rgb(71,34,4); }

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

background-color css

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

 a { background-color: rgb(71,34,4); }

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

border-color css

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

 span { border-color: rgb(71,34,4); }

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