Html Css Color HEX #420100 Seal Brown

📋 copy color: '#420100'

red 66 ◦ green 1 ◦ blue 0

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

Shades of Seal Brown #420100

Tints of Seal Brown #420100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.51%
G = 1.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#420100 (or 0x420100) is known color: Seal Brown. HEX triplet: 42, 01 and 00. RGB value is (66,1,0). Sum of RGB (Red+Green+Blue) = 66+1+0=67 (8% of max value = 765). Red value is 66 (26.17% from 255 or 98.51% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 66 - color contains mainly: red. Hex color #420100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420100 is #BDFEFF. Grayscale: #141414. Windows color (decimal): -12451584 or 322. OLE color: 322.

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

Color convert

RGB 66 1 0 -
CMYK 0 0.98 1 0.74
HSL 0.91º 1% 0.13% -
HSV(B) 0.91º 1% 0.26% -
XYZ 2.26 1.18 0.11 -
YUV 20.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 66 1 0 0 0.98 1 0.74 0.91 1 0.13
Hex 42 1 0 0 62 64 4A 1 64 D
Octal 102 1 0 0 142 144 112 1 144 15
Binary 1000010 1 0 0 1100010 1100100 1001010 1 1100100 1101

Color Harmonies of #420100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420100

Black with #420100

Text Example


Text Example

White with #420100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420100; }

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

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

background-color css

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

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

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

border-color css

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

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

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