#421710

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

Shades of Seal Brown #421710

Tints of Seal Brown #421710

Color information

#421710 (or 0x421710) is unknown color: approx Seal Brown. HEX triplet: 42, 17 and 10. RGB value is (66,23,16). Sum of RGB (Red+Green+Blue) = 66+23+16=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #421710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421710 is #BDE8EF. Grayscale: #232323. Windows color (decimal): -12445936 or 1054530. OLE color: 1054530.

HSL color Cylindrical-coordinate representation of color #421710: hue angle of 8.4º 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 #421710 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB662316-
CMYK00.650.760.74
HSL8.4º60.98%16.08%-
HSV(B)8.4º75.76%25.88%-
XYZ2.651.810.7-
YUV35.06117.25150.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.86%
GREEN value IS 23 (9.38% from 255) = 21.90%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=62.86%
G=21.90%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66231600.650.760.748.460.9816.08
Hex4217100414C4A83d10
Octal10227200101114112107520
Binary100001010111100000100000110011001001010100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421710; }

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

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

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

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

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

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

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

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