#421312

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

Shades of Seal Brown #421312

Tints of Seal Brown #421312

Color information

#421312 (or 0x421312) is unknown color: approx Seal Brown. HEX triplet: 42, 13 and 12. RGB value is (66,19,18). Sum of RGB (Red+Green+Blue) = 66+19+18=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #421312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421312 is #BDECED. Grayscale: #202020. Windows color (decimal): -12446958 or 1184578. OLE color: 1184578.

HSL color Cylindrical-coordinate representation of color #421312: hue angle of 1.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421312 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB661918-
CMYK00.710.730.74
HSL1.25º57.14%16.47%-
HSV(B)1.25º72.73%25.88%-
XYZ2.591.670.76-
YUV32.94119.57151.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 64.08%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=64.08%
G=18.45%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66191800.710.730.741.2557.1416.47
Hex421312047494A13910
Octal1022322010711111217120
Binary100001010011100100100011110010011001010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421312; }

 p { color: rgb(66,19,18); }

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

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

 a { background-color: rgb(66,19,18); }

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

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

 span { border-color: rgb(66,19,18); }

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