Html Css Color HEX #472515 Brown Pod

📋 copy color: '#472515'

red 71 ◦ green 37 ◦ blue 21

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

Shades of Brown Pod #472515

Tints of Brown Pod #472515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.68%

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

R = 55.04%
G = 28.68%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472515 (or 0x472515) is known color: Brown Pod. HEX triplet: 47, 25 and 15. RGB value is (71,37,21). Sum of RGB (Red+Green+Blue) = 71+37+21=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472515 is #B8DAEA. Grayscale: #2D2D2D. Windows color (decimal): -12114667 or 1385799. OLE color: 1385799.

HSL color Cylindrical-coordinate representation of color #472515: hue angle of 19.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 #472515 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 37 21 -
CMYK 0 0.48 0.70 0.72
HSL 19.2º 0.54% 0.18% -
HSV(B) 19.2º 0.7% 0.28% -
XYZ 3.4 2.72 1.05 -
YUV 45.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 71 37 21 0 0.48 0.70 0.72 19.2 0.54 0.18
Hex 47 25 15 0 30 46 48 13 36 12
Octal 107 45 25 0 60 106 110 23 66 22
Binary 1000111 100101 10101 0 110000 1000110 1001000 10011 110110 10010

Color Harmonies of #472515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472515

Black with #472515

Text Example


Text Example

White with #472515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472515; }

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

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

background-color css

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

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

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

border-color css

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

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

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