#481B02

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

Shades of Brown Pod #481B02

Tints of Brown Pod #481B02

Color information

#481B02 (or 0x481B02) is unknown color: approx Brown Pod. HEX triplet: 48, 1B and 02. RGB value is (72,27,2). Sum of RGB (Red+Green+Blue) = 72+27+2=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #481B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B02 is #B7E4FD. Grayscale: #252525. Windows color (decimal): -12051710 or 138056. OLE color: 138056.

HSL color Cylindrical-coordinate representation of color #481B02: hue angle of 21.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 #481B02 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB72272-
CMYK00.620.970.72
HSL21.43º94.59%14.51%-
HSV(B)21.43º97.22%28.24%-
XYZ3.082.170.31-
YUV37.6107.91152.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 71.29%
GREEN value IS 27 (10.94% from 255) = 26.73%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=71.29%
G=26.73%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7227200.620.970.7221.4394.5914.51
Hex481B203E6148155ff
Octal1103320761411102513717
Binary100100011011100111110110000110010001010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481B02; }

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

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

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

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

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

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

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

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