#44120C

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

Shades of Seal Brown #44120C

Tints of Seal Brown #44120C

Color information

#44120C (or 0x44120C) is unknown color: approx Seal Brown. HEX triplet: 44, 12 and 0C. RGB value is (68,18,12). Sum of RGB (Red+Green+Blue) = 68+18+12=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #44120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44120C is #BBEDF3. Grayscale: #202020. Windows color (decimal): -12316148 or 791108. OLE color: 791108.

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

Color convert

RGB681812-
CMYK00.740.820.73
HSL6.43º70%15.69%-
HSV(B)6.43º82.35%26.67%-
XYZ2.671.690.53-
YUV32.27116.56153.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 69.39%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=69.39%
G=18.37%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68181200.740.820.736.437015.69
Hex4412C04A524964610
Octal10422140112122111610620
Binary10001001001011000100101010100101001001110100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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