Html Css Color HEX #472004 Brown Pod

📋 copy color: '#472004'

red 71 ◦ green 32 ◦ blue 4

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

Shades of Brown Pod #472004

Tints of Brown Pod #472004

RGB

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

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

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

R = 66.36%
G = 29.91%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#472004 (or 0x472004) is known color: Brown Pod. HEX triplet: 47, 20 and 04. RGB value is (71,32,4). Sum of RGB (Red+Green+Blue) = 71+32+4=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #472004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472004 is #B8DFFB. Grayscale: #282828. Windows color (decimal): -12115964 or 270407. OLE color: 270407.

HSL color Cylindrical-coordinate representation of color #472004: hue angle of 25.07º 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 #472004 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 32 4 -
CMYK 0 0.55 0.94 0.72
HSL 25.07º 0.89% 0.15% -
HSV(B) 25.07º 0.94% 0.28% -
XYZ 3.14 2.38 0.41 -
YUV 40.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 71 32 4 0 0.55 0.94 0.72 25.07 0.89 0.15
Hex 47 20 4 0 37 5E 48 19 59 F
Octal 107 40 4 0 67 136 110 31 131 17
Binary 1000111 100000 100 0 110111 1011110 1001000 11001 1011001 1111

Color Harmonies of #472004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472004

Black with #472004

Text Example


Text Example

White with #472004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472004; }

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

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

background-color css

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

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

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

border-color css

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

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

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