#421610

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

Shades of Seal Brown #421610

Tints of Seal Brown #421610

Color information

#421610 (or 0x421610) is unknown color: approx Seal Brown. HEX triplet: 42, 16 and 10. RGB value is (66,22,16). Sum of RGB (Red+Green+Blue) = 66+22+16=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #421610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421610 is #BDE9EF. Grayscale: #222222. Windows color (decimal): -12446192 or 1054274. OLE color: 1054274.

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

Color convert

RGB662216-
CMYK00.670.760.74
HSL7.2º60.98%16.08%-
HSV(B)7.2º75.76%25.88%-
XYZ2.631.770.69-
YUV34.47117.58150.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 63.46%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 16 (6.64% from 255) = 15.38%
R=63.46%
G=21.15%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66221600.670.760.747.260.9816.08
Hex4216100434C4A73d10
Octal1022620010311411277520
Binary10000101011010000010000111001100100101011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421610; }

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

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

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

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

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

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

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

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