#472318

Color #472318 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #472318

Tints of Brown Pod #472318

Color information

#472318 (or 0x472318) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 18. RGB value is (71,35,24). Sum of RGB (Red+Green+Blue) = 71+35+24=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472318 is #B8DCE7. Grayscale: #2C2C2C. Windows color (decimal): -12115176 or 1581895. OLE color: 1581895.

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

Color convert

RGB713524-
CMYK00.510.660.72
HSL14.04º49.47%18.63%-
HSV(B)14.04º66.2%27.84%-
XYZ3.362.611.19-
YUV44.51116.43146.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 35 (14.06% from 255) = 26.92%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=54.62%
G=26.92%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71352400.510.660.7214.0449.4718.63
Hex4723180334248e3113
Octal1074330063102110166123
Binary100011110001111000011001110000101001000111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472318; }

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

 H1.HeaderClassName
 {
   color: #472318;
 }
 .AnyTagClassName
 {
   color: #472318;
 }
</style>
background-color css

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

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

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

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

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

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