Html Css Color HEX #472314 Brown Pod

📋 copy color: '#472314'

red 71 ◦ green 35 ◦ blue 20

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

Shades of Brown Pod #472314

Tints of Brown Pod #472314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.78%

 BLUE value IS 20 (8.2% from 255) = 15.87%

R = 56.35%
G = 27.78%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472314 (or 0x472314) is known color: Brown Pod. HEX triplet: 47, 23 and 14. RGB value is (71,35,20). Sum of RGB (Red+Green+Blue) = 71+35+20=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472314 is #B8DCEB. Grayscale: #2C2C2C. Windows color (decimal): -12115180 or 1319751. OLE color: 1319751.

HSL color Cylindrical-coordinate representation of color #472314: hue angle of 17.65º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472314 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 20 -
CMYK 0 0.51 0.72 0.72
HSL 17.65º 0.56% 0.18% -
HSV(B) 17.65º 0.72% 0.28% -
XYZ 3.33 2.59 0.99 -
YUV 44.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 71 35 20 0 0.51 0.72 0.72 17.65 0.56 0.18
Hex 47 23 14 0 33 48 48 12 38 12
Octal 107 43 24 0 63 110 110 22 70 22
Binary 1000111 100011 10100 0 110011 1001000 1001000 10010 111000 10010

Color Harmonies of #472314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472314

Black with #472314

Text Example


Text Example

White with #472314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472314; }

 p { color: rgb(71,35,20); }

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

background-color css

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

 a { background-color: rgb(71,35,20); }

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

border-color css

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

 span { border-color: rgb(71,35,20); }

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