#42140D

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

Shades of Seal Brown #42140D

Tints of Seal Brown #42140D

Color information

#42140D (or 0x42140D) is unknown color: approx Seal Brown. HEX triplet: 42, 14 and 0D. RGB value is (66,20,13). Sum of RGB (Red+Green+Blue) = 66+20+13=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42140D is #BDEBF2. Grayscale: #212121. Windows color (decimal): -12446707 or 857154. OLE color: 857154.

HSL color Cylindrical-coordinate representation of color #42140D: hue angle of 7.92º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42140D is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB662013-
CMYK00.700.800.74
HSL7.92º67.09%15.49%-
HSV(B)7.92º80.3%25.88%-
XYZ2.571.690.57-
YUV32.96116.74151.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66.67%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=66.67%
G=20.20%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66201300.700.800.747.9267.0915.49
Hex4214D046504A843f
Octal102241501061201121010317
Binary10000101010011010100011010100001001010100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42140D; }

 p { color: rgb(66,20,13); }

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

<style>
 a { background-color: #42140D; }

 a { background-color: rgb(66,20,13); }

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

<style>
 span { border-color: #42140D; }

 span { border-color: rgb(66,20,13); }

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