#482618

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

Shades of Brown Pod #482618

Tints of Brown Pod #482618

Color information

#482618 (or 0x482618) is unknown color: approx Brown Pod. HEX triplet: 48, 26 and 18. RGB value is (72,38,24). Sum of RGB (Red+Green+Blue) = 72+38+24=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482618 is #B7D9E7. Grayscale: #2E2E2E. Windows color (decimal): -12048872 or 1582664. OLE color: 1582664.

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

Color convert

RGB723824-
CMYK00.470.670.72
HSL17.5º50%18.82%-
HSV(B)17.5º66.67%28.24%-
XYZ3.532.831.22-
YUV46.57115.26146.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=53.73%
G=28.36%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72382400.470.670.7217.55018.82
Hex48261802F4348123213
Octal1104630057103110226223
Binary1001000100110110000101111100001110010001001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482618; }

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

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

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

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

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

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

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

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