#420500

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

Shades of Seal Brown #420500

Tints of Seal Brown #420500

Color information

#420500 (or 0x420500) is unknown color: approx Seal Brown. HEX triplet: 42, 05 and 00. RGB value is (66,5,0). Sum of RGB (Red+Green+Blue) = 66+5+0=71 (9% of max value = 765). Red value is 66 (26.17% from 255 or 92.96% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 66 - color contains mainly: red. Hex color #420500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420500 is #BDFAFF. Grayscale: #161616. Windows color (decimal): -12450560 or 1346. OLE color: 1346.

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

Color convert

RGB6650-
CMYK00.9210.74
HSL4.55º100%12.94%-
HSV(B)4.55º100%25.88%-
XYZ2.31.270.12-
YUV22.67115.21158.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 92.96%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.96%
G=7.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal665000.9210.744.5510012.94
Hex425005C644A564d
Octal102500134144112514415
Binary10000101010010111001100100100101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420500; }

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

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

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

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

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

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

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

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