Html Css Color HEX #472200 Brown Pod

📋 copy color: '#472200'

red 71 ◦ green 34 ◦ blue 0

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

Shades of Brown Pod #472200

Tints of Brown Pod #472200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.62%
G = 32.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#472200 (or 0x472200) is known color: Brown Pod. HEX triplet: 47, 22 and 00. RGB value is (71,34,0). Sum of RGB (Red+Green+Blue) = 71+34+0=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #472200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472200 is #B8DDFF. Grayscale: #292929. Windows color (decimal): -12115456 or 8775. OLE color: 8775.

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

Color convert

RGB 71 34 0 -
CMYK 0 0.52 1 0.72
HSL 28.73º 1% 0.14% -
HSV(B) 28.73º 1% 0.28% -
XYZ 3.17 2.48 0.31 -
YUV 41.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 71 34 0 0 0.52 1 0.72 28.73 1 0.14
Hex 47 22 0 0 34 64 48 1D 64 E
Octal 107 42 0 0 64 144 110 35 144 16
Binary 1000111 100010 0 0 110100 1100100 1001000 11101 1100100 1110

Color Harmonies of #472200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472200

Black with #472200

Text Example


Text Example

White with #472200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472200; }

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

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

background-color css

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

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

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

border-color css

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

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

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