Html Css Color HEX #472201 Brown Pod

📋 copy color: '#472201'

red 71 ◦ green 34 ◦ blue 1

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

Shades of Brown Pod #472201

Tints of Brown Pod #472201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.94%

R = 66.98%
G = 32.08%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#472201 (or 0x472201) is known color: Brown Pod. HEX triplet: 47, 22 and 01. RGB value is (71,34,1). Sum of RGB (Red+Green+Blue) = 71+34+1=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #472201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472201 is #B8DDFE. Grayscale: #292929. Windows color (decimal): -12115455 or 74311. OLE color: 74311.

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

Color convert

RGB 71 34 1 -
CMYK 0 0.52 0.99 0.72
HSL 28.29º 0.97% 0.14% -
HSV(B) 28.29º 0.99% 0.28% -
XYZ 3.18 2.49 0.34 -
YUV 41.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 71 34 1 0 0.52 0.99 0.72 28.29 0.97 0.14
Hex 47 22 1 0 34 63 48 1C 61 E
Octal 107 42 1 0 64 143 110 34 141 16
Binary 1000111 100010 1 0 110100 1100011 1001000 11100 1100001 1110

Color Harmonies of #472201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472201

Black with #472201

Text Example


Text Example

White with #472201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472201; }

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

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

background-color css

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

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

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

border-color css

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

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

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