Html Css Color HEX #472413 Brown Pod

📋 copy color: '#472413'

red 71 ◦ green 36 ◦ blue 19

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

Shades of Brown Pod #472413

Tints of Brown Pod #472413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.57%

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

R = 56.35%
G = 28.57%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#472413 (or 0x472413) is known color: Brown Pod. HEX triplet: 47, 24 and 13. RGB value is (71,36,19). Sum of RGB (Red+Green+Blue) = 71+36+19=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472413 is #B8DBEC. Grayscale: #2C2C2C. Windows color (decimal): -12114925 or 1254471. OLE color: 1254471.

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

Color convert

RGB 71 36 19 -
CMYK 0 0.49 0.73 0.72
HSL 19.62º 0.58% 0.18% -
HSV(B) 19.62º 0.73% 0.28% -
XYZ 3.35 2.65 0.95 -
YUV 44.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 71 36 19 0 0.49 0.73 0.72 19.62 0.58 0.18
Hex 47 24 13 0 31 49 48 14 3A 12
Octal 107 44 23 0 61 111 110 24 72 22
Binary 1000111 100100 10011 0 110001 1001001 1001000 10100 111010 10010

Color Harmonies of #472413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472413

Black with #472413

Text Example


Text Example

White with #472413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472413; }

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

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

background-color css

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

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

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

border-color css

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

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

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