#481F05

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

Shades of Brown Pod #481F05

Tints of Brown Pod #481F05

Color information

#481F05 (or 0x481F05) is unknown color: approx Brown Pod. HEX triplet: 48, 1F and 05. RGB value is (72,31,5). Sum of RGB (Red+Green+Blue) = 72+31+5=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F05 is #B7E0FA. Grayscale: #282828. Windows color (decimal): -12050683 or 335688. OLE color: 335688.

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

Color convert

RGB72315-
CMYK00.570.930.72
HSL23.28º87.01%15.1%-
HSV(B)23.28º93.06%28.24%-
XYZ3.192.370.43-
YUV40.29108.08150.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 31 (12.5% from 255) = 28.70%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=66.67%
G=28.70%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7231500.570.930.7223.2887.0115.1
Hex481F50395D481757f
Octal1103750711351102712717
Binary1001000111111010111001101110110010001011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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