Html Css Color HEX #420901 Seal Brown

📋 copy color: '#420901'

red 66 ◦ green 9 ◦ blue 1

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

Shades of Seal Brown #420901

Tints of Seal Brown #420901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.84%

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

R = 86.84%
G = 11.84%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#420901 (or 0x420901) is known color: Seal Brown. HEX triplet: 42, 09 and 01. RGB value is (66,9,1). Sum of RGB (Red+Green+Blue) = 66+9+1=76 (10% of max value = 765). Red value is 66 (26.17% from 255 or 86.84% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 66 - color contains mainly: red. Hex color #420901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420901 is #BDF6FE. Grayscale: #191919. Windows color (decimal): -12449535 or 67906. OLE color: 67906.

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

Color convert

RGB 66 9 1 -
CMYK 0 0.86 0.98 0.74
HSL 7.38º 0.97% 0.13% -
HSV(B) 7.38º 0.98% 0.26% -
XYZ 2.35 1.36 0.17 -
YUV 25.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 66 9 1 0 0.86 0.98 0.74 7.38 0.97 0.13
Hex 42 9 1 0 56 62 4A 7 61 D
Octal 102 11 1 0 126 142 112 7 141 15
Binary 1000010 1001 1 0 1010110 1100010 1001010 111 1100001 1101

Color Harmonies of #420901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420901

Black with #420901

Text Example


Text Example

White with #420901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420901; }

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

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

background-color css

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

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

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

border-color css

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

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

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