#421813

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

Shades of Seal Brown #421813

Tints of Seal Brown #421813

Color information

#421813 (or 0x421813) is unknown color: approx Seal Brown. HEX triplet: 42, 18 and 13. RGB value is (66,24,19). Sum of RGB (Red+Green+Blue) = 66+24+19=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #421813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421813 is #BDE7EC. Grayscale: #242424. Windows color (decimal): -12445677 or 1251394. OLE color: 1251394.

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

Color convert

RGB662419-
CMYK00.640.710.74
HSL6.38º55.29%16.67%-
HSV(B)6.38º71.21%25.88%-
XYZ2.691.860.83-
YUV35.99118.41149.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60.55%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=60.55%
G=22.02%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66241900.640.710.746.3855.2916.67
Hex421813040474A63711
Octal1023023010010711266721
Binary10000101100010011010000001000111100101011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421813; }

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

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

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

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

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

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

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

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