#441B0B

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

Shades of Brown Pod #441B0B

Tints of Brown Pod #441B0B

Color information

#441B0B (or 0x441B0B) is unknown color: approx Brown Pod. HEX triplet: 44, 1B and 0B. RGB value is (68,27,11). Sum of RGB (Red+Green+Blue) = 68+27+11=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #441B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B0B is #BBE4F4. Grayscale: #252525. Windows color (decimal): -12313845 or 727876. OLE color: 727876.

HSL color Cylindrical-coordinate representation of color #441B0B: hue angle of 16.84º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441B0B is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB682711-
CMYK00.600.840.73
HSL16.84º72.15%15.49%-
HSV(B)16.84º83.82%26.67%-
XYZ2.842.040.56-
YUV37.43113.08149.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.15%
GREEN value IS 27 (10.94% from 255) = 25.47%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=64.15%
G=25.47%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68271100.600.840.7316.8472.1515.49
Hex441BB03C54491148f
Octal10433130741241112111017
Binary10001001101110110111100101010010010011000110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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