Html Css Color HEX #472316 Brown Pod

📋 copy color: '#472316'

red 71 ◦ green 35 ◦ blue 22

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

Shades of Brown Pod #472316

Tints of Brown Pod #472316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 55.47%
G = 27.34%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#472316 (or 0x472316) is known color: Brown Pod. HEX triplet: 47, 23 and 16. RGB value is (71,35,22). Sum of RGB (Red+Green+Blue) = 71+35+22=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472316 is #B8DCE9. Grayscale: #2C2C2C. Windows color (decimal): -12115178 or 1450823. OLE color: 1450823.

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

Color convert

RGB 71 35 22 -
CMYK 0 0.51 0.69 0.72
HSL 15.92º 0.53% 0.18% -
HSV(B) 15.92º 0.69% 0.28% -
XYZ 3.34 2.6 1.08 -
YUV 44.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 71 35 22 0 0.51 0.69 0.72 15.92 0.53 0.18
Hex 47 23 16 0 33 45 48 10 35 12
Octal 107 43 26 0 63 105 110 20 65 22
Binary 1000111 100011 10110 0 110011 1000101 1001000 10000 110101 10010

Color Harmonies of #472316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472316

Black with #472316

Text Example


Text Example

White with #472316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472316; }

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

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

background-color css

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

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

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

border-color css

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

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

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