Html Css Color HEX #472000 Brown Pod

📋 copy color: '#472000'

red 71 ◦ green 32 ◦ blue 0

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

Shades of Brown Pod #472000

Tints of Brown Pod #472000

RGB

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

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

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

R = 68.93%
G = 31.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#472000 (or 0x472000) is known color: Brown Pod. HEX triplet: 47, 20 and 00. RGB value is (71,32,0). Sum of RGB (Red+Green+Blue) = 71+32+0=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #472000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472000 is #B8DFFF. Grayscale: #282828. Windows color (decimal): -12115968 or 8263. OLE color: 8263.

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

Color convert

RGB 71 32 0 -
CMYK 0 0.55 1 0.72
HSL 27.04º 1% 0.14% -
HSV(B) 27.04º 1% 0.28% -
XYZ 3.12 2.37 0.29 -
YUV 40.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 71 32 0 0 0.55 1 0.72 27.04 1 0.14
Hex 47 20 0 0 37 64 48 1B 64 E
Octal 107 40 0 0 67 144 110 33 144 16
Binary 1000111 100000 0 0 110111 1100100 1001000 11011 1100100 1110

Color Harmonies of #472000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472000

Black with #472000

Text Example


Text Example

White with #472000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472000; }

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

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

background-color css

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

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

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

border-color css

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

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

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