#44120A

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

Shades of Seal Brown #44120A

Tints of Seal Brown #44120A

Color information

#44120A (or 0x44120A) is unknown color: approx Seal Brown. HEX triplet: 44, 12 and 0A. RGB value is (68,18,10). Sum of RGB (Red+Green+Blue) = 68+18+10=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #44120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44120A is #BBEDF5. Grayscale: #202020. Windows color (decimal): -12316150 or 660036. OLE color: 660036.

HSL color Cylindrical-coordinate representation of color #44120A: hue angle of 8.28º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44120A is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB681810-
CMYK00.740.850.73
HSL8.28º74.36%15.29%-
HSV(B)8.28º85.29%26.67%-
XYZ2.651.680.47-
YUV32.04115.56153.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.83%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 10 (4.30% from 255) = 10.42%
R=70.83%
G=18.75%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68181000.740.850.738.2874.3615.29
Hex4412A04A554984af
Octal104221201121251111011217
Binary10001001001010100100101010101011001001100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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