#481403

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

Shades of Brown Pod #481403

Tints of Brown Pod #481403

Color information

#481403 (or 0x481403) is unknown color: approx Brown Pod. HEX triplet: 48, 14 and 03. RGB value is (72,20,3). Sum of RGB (Red+Green+Blue) = 72+20+3=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481403 is #B7EBFC. Grayscale: #212121. Windows color (decimal): -12053501 or 201800. OLE color: 201800.

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

Color convert

RGB72203-
CMYK00.720.960.72
HSL14.78º92%14.71%-
HSV(B)14.78º95.83%28.24%-
XYZ2.941.880.3-
YUV33.61110.73155.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75.79%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=75.79%
G=21.05%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7220300.720.960.7214.789214.71
Hex481430486048f5cf
Octal11024301101401101713417
Binary100100010100110100100011000001001000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481403; }

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

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

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

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

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

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

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

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