#421717

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

Shades of Seal Brown #421717

Tints of Seal Brown #421717

Color information

#421717 (or 0x421717) is unknown color: approx Seal Brown. HEX triplet: 42, 17 and 17. RGB value is (66,23,23). Sum of RGB (Red+Green+Blue) = 66+23+23=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421717 is #BDE8E8. Grayscale: #232323. Windows color (decimal): -12445929 or 1513282. OLE color: 1513282.

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

Color convert

RGB662323-
CMYK00.650.650.74
HSL48.31%17.45%-
HSV(B)65.15%25.88%-
XYZ2.711.831.02-
YUV35.86120.75149.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=58.93%
G=20.54%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66232300.650.650.74048.3117.45
Hex421717041414A03011
Octal1022727010110111206021
Binary100001010111101110100000110000011001010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421717; }

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

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

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

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

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

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

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

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