#482003

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

Shades of Brown Pod #482003

Tints of Brown Pod #482003

Color information

#482003 (or 0x482003) is unknown color: approx Brown Pod. HEX triplet: 48, 20 and 03. RGB value is (72,32,3). Sum of RGB (Red+Green+Blue) = 72+32+3=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #482003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482003 is #B7DFFC. Grayscale: #282828. Windows color (decimal): -12050429 or 204872. OLE color: 204872.

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

Color convert

RGB72323-
CMYK00.560.960.72
HSL25.22º92%14.71%-
HSV(B)25.22º95.83%28.24%-
XYZ3.212.420.38-
YUV40.65106.75150.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=67.29%
G=29.91%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7232300.560.960.7225.229214.71
Hex482030386048195cf
Octal1104030701401103113417
Binary1001000100000110111000110000010010001100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482003; }

 p { color: rgb(72,32,3); }

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

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

 a { background-color: rgb(72,32,3); }

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

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

 span { border-color: rgb(72,32,3); }

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