Html Css Color HEX #472213 Brown Pod

📋 copy color: '#472213'

red 71 ◦ green 34 ◦ blue 19

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

Shades of Brown Pod #472213

Tints of Brown Pod #472213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.42%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 57.26%
G = 27.42%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#472213 (or 0x472213) is known color: Brown Pod. HEX triplet: 47, 22 and 13. RGB value is (71,34,19). Sum of RGB (Red+Green+Blue) = 71+34+19=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472213 is #B8DDEC. Grayscale: #2B2B2B. Windows color (decimal): -12115437 or 1253959. OLE color: 1253959.

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

Color convert

RGB 71 34 19 -
CMYK 0 0.52 0.73 0.72
HSL 17.31º 0.58% 0.18% -
HSV(B) 17.31º 0.73% 0.28% -
XYZ 3.29 2.53 0.93 -
YUV 43.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 71 34 19 0 0.52 0.73 0.72 17.31 0.58 0.18
Hex 47 22 13 0 34 49 48 11 3A 12
Octal 107 42 23 0 64 111 110 21 72 22
Binary 1000111 100010 10011 0 110100 1001001 1001000 10001 111010 10010

Color Harmonies of #472213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472213

Black with #472213

Text Example


Text Example

White with #472213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472213; }

 p { color: rgb(71,34,19); }

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

background-color css

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

 a { background-color: rgb(71,34,19); }

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

border-color css

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

 span { border-color: rgb(71,34,19); }

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