#44140A

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

Shades of Seal Brown #44140A

Tints of Seal Brown #44140A

Color information

#44140A (or 0x44140A) is unknown color: approx Seal Brown. HEX triplet: 44, 14 and 0A. RGB value is (68,20,10). Sum of RGB (Red+Green+Blue) = 68+20+10=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #44140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44140A is #BBEBF5. Grayscale: #212121. Windows color (decimal): -12315638 or 660548. OLE color: 660548.

HSL color Cylindrical-coordinate representation of color #44140A: hue angle of 10.34º 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 #44140A is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB682010-
CMYK00.710.850.73
HSL10.34º74.36%15.29%-
HSV(B)10.34º85.29%26.67%-
XYZ2.691.750.48-
YUV33.21114.9152.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 69.39%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 10 (4.30% from 255) = 10.20%
R=69.39%
G=20.41%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68201000.710.850.7310.3474.3615.29
Hex4414A0475549a4af
Octal104241201071251111211217
Binary10001001010010100100011110101011001001101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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