Html Css Color HEX #420A08 Seal Brown

📋 copy color: '#420A08'

red 66 ◦ green 10 ◦ blue 8

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

Shades of Seal Brown #420A08

Tints of Seal Brown #420A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 9.52%

R = 78.57%
G = 11.9%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#420A08 (or 0x420A08) is known color: Seal Brown. HEX triplet: 42, 0A and 08. RGB value is (66,10,8). Sum of RGB (Red+Green+Blue) = 66+10+8=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #420A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420A08 is #BDF5F7. Grayscale: #1A1A1A. Windows color (decimal): -12449272 or 526914. OLE color: 526914.

HSL color Cylindrical-coordinate representation of color #420A08: hue angle of 2.07º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420A08 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 10 8 -
CMYK 0 0.85 0.88 0.74
HSL 2.07º 0.78% 0.15% -
HSV(B) 2.07º 0.88% 0.26% -
XYZ 2.4 1.39 0.37 -
YUV 26.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 66 10 8 0 0.85 0.88 0.74 2.07 0.78 0.15
Hex 42 A 8 0 55 58 4A 2 4E F
Octal 102 12 10 0 125 130 112 2 116 17
Binary 1000010 1010 1000 0 1010101 1011000 1001010 10 1001110 1111

Color Harmonies of #420A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420A08

Black with #420A08

Text Example


Text Example

White with #420A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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