#481B05

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

Shades of Brown Pod #481B05

Tints of Brown Pod #481B05

Color information

#481B05 (or 0x481B05) is unknown color: approx Brown Pod. HEX triplet: 48, 1B and 05. RGB value is (72,27,5). Sum of RGB (Red+Green+Blue) = 72+27+5=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #481B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B05 is #B7E4FA. Grayscale: #262626. Windows color (decimal): -12051707 or 334664. OLE color: 334664.

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

Color convert

RGB72275-
CMYK00.620.930.72
HSL19.7º87.01%15.1%-
HSV(B)19.7º93.06%28.24%-
XYZ3.092.170.4-
YUV37.95109.41152.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 27 (10.94% from 255) = 25.96%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=69.23%
G=25.96%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7227500.620.930.7219.787.0115.1
Hex481B503E5D481457f
Octal1103350761351102412717
Binary1001000110111010111110101110110010001010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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