#482200

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

Shades of Brown Pod #482200

Tints of Brown Pod #482200

Color information

#482200 (or 0x482200) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 00. RGB value is (72,34,0). Sum of RGB (Red+Green+Blue) = 72+34+0=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #482200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482200 is #B7DDFF. Grayscale: #292929. Windows color (decimal): -12049920 or 8776. OLE color: 8776.

HSL color Cylindrical-coordinate representation of color #482200: hue angle of 28.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #482200 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB72340-
CMYK00.5310.72
HSL28.33º100%14.12%-
HSV(B)28.33º100%28.24%-
XYZ3.242.520.32-
YUV41.49104.59149.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.92%
G=32.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7234000.5310.7228.3310014.12
Hex4822003564481c64e
Octal1104200651441103414416
Binary100100010001000110101110010010010001110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482200; }

 p { color: rgb(72,34,0); }

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

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

 a { background-color: rgb(72,34,0); }

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

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

 span { border-color: rgb(72,34,0); }

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