#472618

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

Shades of Brown Pod #472618

Tints of Brown Pod #472618

Color information

#472618 (or 0x472618) is unknown color: approx Brown Pod. HEX triplet: 47, 26 and 18. RGB value is (71,38,24). Sum of RGB (Red+Green+Blue) = 71+38+24=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #472618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472618 is #B8D9E7. Grayscale: #2E2E2E. Windows color (decimal): -12114408 or 1582663. OLE color: 1582663.

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

Color convert

RGB713824-
CMYK00.460.660.72
HSL17.87º49.47%18.63%-
HSV(B)17.87º66.2%27.84%-
XYZ3.462.791.22-
YUV46.27115.43145.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=53.38%
G=28.57%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71382400.460.660.7217.8749.4718.63
Hex47261802E4248123113
Octal1074630056102110226123
Binary1000111100110110000101110100001010010001001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472618; }

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

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

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

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

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

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

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

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