Html Css Color HEX #472002 Brown Pod

📋 copy color: '#472002'

red 71 ◦ green 32 ◦ blue 2

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

Shades of Brown Pod #472002

Tints of Brown Pod #472002

RGB

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

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

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

R = 67.62%
G = 30.48%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#472002 (or 0x472002) is known color: Brown Pod. HEX triplet: 47, 20 and 02. RGB value is (71,32,2). Sum of RGB (Red+Green+Blue) = 71+32+2=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #472002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472002 is #B8DFFD. Grayscale: #282828. Windows color (decimal): -12115966 or 139335. OLE color: 139335.

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

Color convert

RGB 71 32 2 -
CMYK 0 0.55 0.97 0.72
HSL 26.09º 0.95% 0.14% -
HSV(B) 26.09º 0.97% 0.28% -
XYZ 3.13 2.38 0.35 -
YUV 40.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 71 32 2 0 0.55 0.97 0.72 26.09 0.95 0.14
Hex 47 20 2 0 37 61 48 1A 5F E
Octal 107 40 2 0 67 141 110 32 137 16
Binary 1000111 100000 10 0 110111 1100001 1001000 11010 1011111 1110

Color Harmonies of #472002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472002

Black with #472002

Text Example


Text Example

White with #472002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472002; }

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

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

background-color css

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

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

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

border-color css

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

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

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