#421005

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

Shades of Seal Brown #421005

Tints of Seal Brown #421005

Color information

#421005 (or 0x421005) is unknown color: approx Seal Brown. HEX triplet: 42, 10 and 05. RGB value is (66,16,5). Sum of RGB (Red+Green+Blue) = 66+16+5=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #421005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421005 is #BDEFFA. Grayscale: #1D1D1D. Windows color (decimal): -12447739 or 331842. OLE color: 331842.

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

Color convert

RGB66165-
CMYK00.760.920.74
HSL10.82º85.92%13.92%-
HSV(B)10.82º92.42%25.88%-
XYZ2.461.540.31-
YUV29.7114.06153.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 75.86%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=75.86%
G=18.39%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6616500.760.920.7410.8285.9213.92
Hex4210504C5C4Ab56e
Octal10220501141341121312616
Binary1000010100001010100110010111001001010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421005; }

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

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

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

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

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

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

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

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