Html Css Color HEX #472001 Brown Pod

📋 copy color: '#472001'

red 71 ◦ green 32 ◦ blue 1

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

Shades of Brown Pod #472001

Tints of Brown Pod #472001

RGB

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

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

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

R = 68.27%
G = 30.77%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#472001 (or 0x472001) is known color: Brown Pod. HEX triplet: 47, 20 and 01. RGB value is (71,32,1). Sum of RGB (Red+Green+Blue) = 71+32+1=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #472001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472001 is #B8DFFE. Grayscale: #282828. Windows color (decimal): -12115967 or 73799. OLE color: 73799.

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

Color convert

RGB 71 32 1 -
CMYK 0 0.55 0.99 0.72
HSL 26.57º 0.97% 0.14% -
HSV(B) 26.57º 0.99% 0.28% -
XYZ 3.12 2.37 0.32 -
YUV 40.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 71 32 1 0 0.55 0.99 0.72 26.57 0.97 0.14
Hex 47 20 1 0 37 63 48 1B 61 E
Octal 107 40 1 0 67 143 110 33 141 16
Binary 1000111 100000 1 0 110111 1100011 1001000 11011 1100001 1110

Color Harmonies of #472001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472001

Black with #472001

Text Example


Text Example

White with #472001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472001; }

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

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

background-color css

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

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

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

border-color css

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

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

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