#481F0B

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

Shades of Brown Pod #481F0B

Tints of Brown Pod #481F0B

Color information

#481F0B (or 0x481F0B) is unknown color: approx Brown Pod. HEX triplet: 48, 1F and 0B. RGB value is (72,31,11). Sum of RGB (Red+Green+Blue) = 72+31+11=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F0B is #B7E0F4. Grayscale: #292929. Windows color (decimal): -12050677 or 728904. OLE color: 728904.

HSL color Cylindrical-coordinate representation of color #481F0B: hue angle of 19.67º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481F0B is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB723111-
CMYK00.570.850.72
HSL19.67º73.49%16.27%-
HSV(B)19.67º84.72%28.24%-
XYZ3.222.380.61-
YUV40.98111.08150.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=63.16%
G=27.19%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72311100.570.850.7219.6773.4916.27
Hex481FB0395548144910
Octal11037130711251102411120
Binary100100011111101101110011010101100100010100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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