Html Css Color HEX #472518 Brown Pod

📋 copy color: '#472518'

red 71 ◦ green 37 ◦ blue 24

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

Shades of Brown Pod #472518

Tints of Brown Pod #472518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 53.79%
G = 28.03%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472518 (or 0x472518) is known color: Brown Pod. HEX triplet: 47, 25 and 18. RGB value is (71,37,24). Sum of RGB (Red+Green+Blue) = 71+37+24=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #472518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472518 is #B8DAE7. Grayscale: #2D2D2D. Windows color (decimal): -12114664 or 1582407. OLE color: 1582407.

HSL color Cylindrical-coordinate representation of color #472518: hue angle of 16.6º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472518 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 37 24 -
CMYK 0 0.48 0.66 0.72
HSL 16.6º 0.49% 0.19% -
HSV(B) 16.6º 0.66% 0.28% -
XYZ 3.42 2.73 1.21 -
YUV 45.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 71 37 24 0 0.48 0.66 0.72 16.6 0.49 0.19
Hex 47 25 18 0 30 42 48 11 31 13
Octal 107 45 30 0 60 102 110 21 61 23
Binary 1000111 100101 11000 0 110000 1000010 1001000 10001 110001 10011

Color Harmonies of #472518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472518

Black with #472518

Text Example


Text Example

White with #472518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472518; }

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

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

background-color css

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

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

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

border-color css

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

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

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