Html Css Color HEX #420401 Seal Brown

📋 copy color: '#420401'

red 66 ◦ green 4 ◦ blue 1

#420401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #420401

Tints of Seal Brown #420401

RGB

 RED value IS 66 (26.17% from 255) = 92.96%

 GREEN value IS 4 (1.95% from 255) = 5.63%

 BLUE value IS 1 (0.78% from 255) = 1.41%

R = 92.96%
G = 5.63%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#420401 (or 0x420401) is known color: Seal Brown. HEX triplet: 42, 04 and 01. RGB value is (66,4,1). Sum of RGB (Red+Green+Blue) = 66+4+1=71 (9% of max value = 765). Red value is 66 (26.17% from 255 or 92.96% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 66 - color contains mainly: red. Hex color #420401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420401 is #BDFBFE. Grayscale: #161616. Windows color (decimal): -12450815 or 66626. OLE color: 66626.

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

Color convert

RGB 66 4 1 -
CMYK 0 0.94 0.98 0.74
HSL 2.77º 0.97% 0.13% -
HSV(B) 2.77º 0.98% 0.26% -
XYZ 2.3 1.25 0.15 -
YUV 22.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 66 4 1 0 0.94 0.98 0.74 2.77 0.97 0.13
Hex 42 4 1 0 5E 62 4A 3 61 D
Octal 102 4 1 0 136 142 112 3 141 15
Binary 1000010 100 1 0 1011110 1100010 1001010 11 1100001 1101

Color Harmonies of #420401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420401

Black with #420401

Text Example


Text Example

White with #420401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420401; }

 p { color: rgb(66,4,1); }

 H1.HeaderClassName
 {
   color: #420401;
 }
 .AnyTagClassName
 {
   color: #420401;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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