#421817

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

Shades of Seal Brown #421817

Tints of Seal Brown #421817

Color information

#421817 (or 0x421817) is unknown color: approx Seal Brown. HEX triplet: 42, 18 and 17. RGB value is (66,24,23). Sum of RGB (Red+Green+Blue) = 66+24+23=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #421817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421817 is #BDE7E8. Grayscale: #242424. Windows color (decimal): -12445673 or 1513538. OLE color: 1513538.

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

Color convert

RGB662423-
CMYK00.640.650.74
HSL1.4º48.31%17.45%-
HSV(B)1.4º65.15%25.88%-
XYZ2.731.871.03-
YUV36.44120.41149.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.41%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 23 (9.38% from 255) = 20.35%
R=58.41%
G=21.24%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66242300.640.650.741.448.3117.45
Hex421817040414A13011
Octal1023027010010111216021
Binary100001011000101110100000010000011001010111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421817; }

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

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

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

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

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

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

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

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