Html Css Color HEX #472202 Brown Pod

📋 copy color: '#472202'

red 71 ◦ green 34 ◦ blue 2

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

Shades of Brown Pod #472202

Tints of Brown Pod #472202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.87%

R = 66.36%
G = 31.78%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#472202 (or 0x472202) is known color: Brown Pod. HEX triplet: 47, 22 and 02. RGB value is (71,34,2). Sum of RGB (Red+Green+Blue) = 71+34+2=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #472202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472202 is #B8DDFD. Grayscale: #292929. Windows color (decimal): -12115454 or 139847. OLE color: 139847.

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

Color convert

RGB 71 34 2 -
CMYK 0 0.52 0.97 0.72
HSL 27.83º 0.95% 0.14% -
HSV(B) 27.83º 0.97% 0.28% -
XYZ 3.18 2.49 0.37 -
YUV 41.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 71 34 2 0 0.52 0.97 0.72 27.83 0.95 0.14
Hex 47 22 2 0 34 61 48 1C 5F E
Octal 107 42 2 0 64 141 110 34 137 16
Binary 1000111 100010 10 0 110100 1100001 1001000 11100 1011111 1110

Color Harmonies of #472202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472202

Black with #472202

Text Example


Text Example

White with #472202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472202; }

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

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

background-color css

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

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

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

border-color css

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

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

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