#481B0B

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

Shades of Brown Pod #481B0B

Tints of Brown Pod #481B0B

Color information

#481B0B (or 0x481B0B) is unknown color: approx Brown Pod. HEX triplet: 48, 1B and 0B. RGB value is (72,27,11). Sum of RGB (Red+Green+Blue) = 72+27+11=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B0B is #B7E4F4. Grayscale: #262626. Windows color (decimal): -12051701 or 727880. OLE color: 727880.

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

Color convert

RGB722711-
CMYK00.620.850.72
HSL15.74º73.49%16.27%-
HSV(B)15.74º84.72%28.24%-
XYZ3.122.190.57-
YUV38.63112.41151.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 11 (4.69% from 255) = 10%
R=65.45%
G=24.55%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72271100.620.850.7215.7473.4916.27
Hex481BB03E5548104910
Octal11033130761251102011120
Binary100100011011101101111101010101100100010000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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