#44120B

Color #44120B Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #44120B

Tints of Seal Brown #44120B

Color information

#44120B (or 0x44120B) is unknown color: approx Seal Brown. HEX triplet: 44, 12 and 0B. RGB value is (68,18,11). Sum of RGB (Red+Green+Blue) = 68+18+11=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #44120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44120B is #BBEDF4. Grayscale: #202020. Windows color (decimal): -12316149 or 725572. OLE color: 725572.

HSL color Cylindrical-coordinate representation of color #44120B: hue angle of 7.37º 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 #44120B is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB681811-
CMYK00.740.840.73
HSL7.37º72.15%15.49%-
HSV(B)7.37º83.82%26.67%-
XYZ2.661.690.5-
YUV32.15116.06153.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.10%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=70.10%
G=18.56%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68181100.740.840.737.3772.1515.49
Hex4412B04A5449748f
Octal10422130112124111711017
Binary1000100100101011010010101010100100100111110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44120B; }

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

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

<style>
 a { background-color: #44120B; }

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

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

<style>
 span { border-color: #44120B; }

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

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