Html Css Color HEX #472015 Brown Pod

📋 copy color: '#472015'

red 71 ◦ green 32 ◦ blue 21

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

Shades of Brown Pod #472015

Tints of Brown Pod #472015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.94%

R = 57.26%
G = 25.81%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472015 (or 0x472015) is known color: Brown Pod. HEX triplet: 47, 20 and 15. RGB value is (71,32,21). Sum of RGB (Red+Green+Blue) = 71+32+21=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472015 is #B8DFEA. Grayscale: #2A2A2A. Windows color (decimal): -12115947 or 1384519. OLE color: 1384519.

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

Color convert

RGB 71 32 21 -
CMYK 0 0.55 0.70 0.72
HSL 13.2º 0.54% 0.18% -
HSV(B) 13.2º 0.7% 0.28% -
XYZ 3.25 2.43 1.01 -
YUV 42.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 71 32 21 0 0.55 0.70 0.72 13.2 0.54 0.18
Hex 47 20 15 0 37 46 48 D 36 12
Octal 107 40 25 0 67 106 110 15 66 22
Binary 1000111 100000 10101 0 110111 1000110 1001000 1101 110110 10010

Color Harmonies of #472015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472015

Black with #472015

Text Example


Text Example

White with #472015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472015; }

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

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

background-color css

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

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

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

border-color css

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

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

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