#482106

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

Shades of Brown Pod #482106

Tints of Brown Pod #482106

Color information

#482106 (or 0x482106) is unknown color: approx Brown Pod. HEX triplet: 48, 21 and 06. RGB value is (72,33,6). Sum of RGB (Red+Green+Blue) = 72+33+6=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #482106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482106 is #B7DEF9. Grayscale: #292929. Windows color (decimal): -12050170 or 401736. OLE color: 401736.

HSL color Cylindrical-coordinate representation of color #482106: hue angle of 24.55º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #482106 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB72336-
CMYK00.540.920.72
HSL24.55º84.62%15.29%-
HSV(B)24.55º91.67%28.24%-
XYZ3.252.480.48-
YUV41.58107.92149.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=64.86%
G=29.73%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7233600.540.920.7224.5584.6215.29
Hex482160365C481955f
Octal1104160661341103112517
Binary10010001000011100110110101110010010001100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482106; }

 p { color: rgb(72,33,6); }

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

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

 a { background-color: rgb(72,33,6); }

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

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

 span { border-color: rgb(72,33,6); }

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