#481402

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

Shades of Brown Pod #481402

Tints of Brown Pod #481402

Color information

#481402 (or 0x481402) is unknown color: approx Brown Pod. HEX triplet: 48, 14 and 02. RGB value is (72,20,2). Sum of RGB (Red+Green+Blue) = 72+20+2=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #481402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481402 is #B7EBFD. Grayscale: #212121. Windows color (decimal): -12053502 or 136264. OLE color: 136264.

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

Color convert

RGB72202-
CMYK00.720.970.72
HSL15.43º94.59%14.51%-
HSV(B)15.43º97.22%28.24%-
XYZ2.931.880.27-
YUV33.5110.23155.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=76.60%
G=21.28%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7220200.720.970.7215.4394.5914.51
Hex481420486148f5ff
Octal11024201101411101713717
Binary100100010100100100100011000011001000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481402; }

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

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

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

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

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

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

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

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