#481203

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

Shades of Brown Pod #481203

Tints of Brown Pod #481203

Color information

#481203 (or 0x481203) is unknown color: approx Brown Pod. HEX triplet: 48, 12 and 03. RGB value is (72,18,3). Sum of RGB (Red+Green+Blue) = 72+18+3=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #481203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481203 is #B7EDFC. Grayscale: #202020. Windows color (decimal): -12054013 or 201288. OLE color: 201288.

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

Color convert

RGB72183-
CMYK00.750.960.72
HSL13.04º92%14.71%-
HSV(B)13.04º95.83%28.24%-
XYZ2.911.820.28-
YUV32.44111.39156.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 3 (1.56% from 255) = 3.23%
R=77.42%
G=19.35%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7218300.750.960.7213.049214.71
Hex4812304B6048d5cf
Octal11022301131401101513417
Binary100100010010110100101111000001001000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481203; }

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

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

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

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

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

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

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

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