Html Css Color HEX #420A04 Seal Brown

📋 copy color: '#420A04'

red 66 ◦ green 10 ◦ blue 4

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

Shades of Seal Brown #420A04

Tints of Seal Brown #420A04

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.5%

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

R = 82.5%
G = 12.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#420A04 (or 0x420A04) is known color: Seal Brown. HEX triplet: 42, 0A and 04. RGB value is (66,10,4). Sum of RGB (Red+Green+Blue) = 66+10+4=80 (10% of max value = 765). Red value is 66 (26.17% from 255 or 82.5% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 66 - color contains mainly: red. Hex color #420A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420A04 is #BDF5FB. Grayscale: #1A1A1A. Windows color (decimal): -12449276 or 264770. OLE color: 264770.

HSL color Cylindrical-coordinate representation of color #420A04: hue angle of 5.81º 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 #420A04 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 10 4 -
CMYK 0 0.85 0.94 0.74
HSL 5.81º 0.89% 0.14% -
HSV(B) 5.81º 0.94% 0.26% -
XYZ 2.38 1.38 0.26 -
YUV 26.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 66 10 4 0 0.85 0.94 0.74 5.81 0.89 0.14
Hex 42 A 4 0 55 5E 4A 6 59 E
Octal 102 12 4 0 125 136 112 6 131 16
Binary 1000010 1010 100 0 1010101 1011110 1001010 110 1011001 1110

Color Harmonies of #420A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420A04

Black with #420A04

Text Example


Text Example

White with #420A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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