Html Css Color HEX #472207 Brown Pod

📋 copy color: '#472207'

red 71 ◦ green 34 ◦ blue 7

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

Shades of Brown Pod #472207

Tints of Brown Pod #472207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.25%

R = 63.39%
G = 30.36%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#472207 (or 0x472207) is known color: Brown Pod. HEX triplet: 47, 22 and 07. RGB value is (71,34,7). Sum of RGB (Red+Green+Blue) = 71+34+7=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #472207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472207 is #B8DDF8. Grayscale: #2A2A2A. Windows color (decimal): -12115449 or 467527. OLE color: 467527.

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

Color convert

RGB 71 34 7 -
CMYK 0 0.52 0.90 0.72
HSL 25.31º 0.82% 0.15% -
HSV(B) 25.31º 0.9% 0.28% -
XYZ 3.21 2.5 0.51 -
YUV 41.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 71 34 7 0 0.52 0.90 0.72 25.31 0.82 0.15
Hex 47 22 7 0 34 5A 48 19 52 F
Octal 107 42 7 0 64 132 110 31 122 17
Binary 1000111 100010 111 0 110100 1011010 1001000 11001 1010010 1111

Color Harmonies of #472207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472207

Black with #472207

Text Example


Text Example

White with #472207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472207; }

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

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

background-color css

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

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

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

border-color css

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

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

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