#421916

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

Shades of Seal Brown #421916

Tints of Seal Brown #421916

Color information

#421916 (or 0x421916) is unknown color: approx Seal Brown. HEX triplet: 42, 19 and 16. RGB value is (66,25,22). Sum of RGB (Red+Green+Blue) = 66+25+22=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #421916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421916 is #BDE6E9. Grayscale: #242424. Windows color (decimal): -12445418 or 1448258. OLE color: 1448258.

HSL color Cylindrical-coordinate representation of color #421916: hue angle of 4.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421916 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB662522-
CMYK00.620.670.74
HSL4.09º50%17.25%-
HSV(B)4.09º66.67%25.88%-
XYZ2.741.910.98-
YUV36.92119.58148.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.41%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=58.41%
G=22.12%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66252200.620.670.744.095017.25
Hex42191603E434A43211
Octal102312607610311246221
Binary1000010110011011001111101000011100101010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421916; }

 p { color: rgb(66,25,22); }

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

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

 a { background-color: rgb(66,25,22); }

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

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

 span { border-color: rgb(66,25,22); }

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