#482318

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

Shades of Brown Pod #482318

Tints of Brown Pod #482318

Color information

#482318 (or 0x482318) is unknown color: approx Brown Pod. HEX triplet: 48, 23 and 18. RGB value is (72,35,24). Sum of RGB (Red+Green+Blue) = 72+35+24=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482318 is #B7DCE7. Grayscale: #2C2C2C. Windows color (decimal): -12049640 or 1581896. OLE color: 1581896.

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

Color convert

RGB723524-
CMYK00.510.670.72
HSL13.75º50%18.82%-
HSV(B)13.75º66.67%28.24%-
XYZ3.442.651.19-
YUV44.81116.26147.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=54.96%
G=26.72%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72352400.510.670.7213.755018.82
Hex4823180334348e3213
Octal1104330063103110166223
Binary100100010001111000011001110000111001000111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482318; }

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

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

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

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

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

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

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

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