Html Css Color HEX #472100 Brown Pod

📋 copy color: '#472100'

red 71 ◦ green 33 ◦ blue 0

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

Shades of Brown Pod #472100

Tints of Brown Pod #472100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.73%

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

R = 68.27%
G = 31.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#472100 (or 0x472100) is known color: Brown Pod. HEX triplet: 47, 21 and 00. RGB value is (71,33,0). Sum of RGB (Red+Green+Blue) = 71+33+0=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #472100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472100 is #B8DEFF. Grayscale: #282828. Windows color (decimal): -12115712 or 8519. OLE color: 8519.

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

Color convert

RGB 71 33 0 -
CMYK 0 0.54 1 0.72
HSL 27.89º 1% 0.14% -
HSV(B) 27.89º 1% 0.28% -
XYZ 3.14 2.43 0.3 -
YUV 40.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 71 33 0 0 0.54 1 0.72 27.89 1 0.14
Hex 47 21 0 0 36 64 48 1C 64 E
Octal 107 41 0 0 66 144 110 34 144 16
Binary 1000111 100001 0 0 110110 1100100 1001000 11100 1100100 1110

Color Harmonies of #472100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472100

Black with #472100

Text Example


Text Example

White with #472100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472100; }

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

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

background-color css

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

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

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

border-color css

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

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

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