Html Css Color HEX #420404 Seal Brown

📋 copy color: '#420404'

red 66 ◦ green 4 ◦ blue 4

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

Shades of Seal Brown #420404

Tints of Seal Brown #420404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.41%

R = 89.19%
G = 5.41%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#420404 (or 0x420404) is known color: Seal Brown. HEX triplet: 42, 04 and 04. RGB value is (66,4,4). Sum of RGB (Red+Green+Blue) = 66+4+4=74 (9% of max value = 765). Red value is 66 (26.17% from 255 or 89.19% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 66 - color contains mainly: red. Hex color #420404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420404 is #BDFBFB. Grayscale: #161616. Windows color (decimal): -12450812 or 263234. OLE color: 263234.

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

Color convert

RGB 66 4 4 -
CMYK 0 0.94 0.94 0.74
HSL 0.89% 0.14% -
HSV(B) 0.94% 0.26% -
XYZ 2.31 1.25 0.24 -
YUV 22.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 66 4 4 0 0.94 0.94 0.74 0 0.89 0.14
Hex 42 4 4 0 5E 5E 4A 0 59 E
Octal 102 4 4 0 136 136 112 0 131 16
Binary 1000010 100 100 0 1011110 1011110 1001010 0 1011001 1110

Color Harmonies of #420404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420404

Black with #420404

Text Example


Text Example

White with #420404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420404; }

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

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

background-color css

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

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

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

border-color css

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

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

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