Html Css Color HEX #420E08 Seal Brown

📋 copy color: '#420E08'

red 66 ◦ green 14 ◦ blue 8

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

Shades of Seal Brown #420E08

Tints of Seal Brown #420E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.91%

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

R = 75%
G = 15.91%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#420E08 (or 0x420E08) is known color: Seal Brown. HEX triplet: 42, 0E and 08. RGB value is (66,14,8). Sum of RGB (Red+Green+Blue) = 66+14+8=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #420E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E08 is #BDF1F7. Grayscale: #1C1C1C. Windows color (decimal): -12448248 or 527938. OLE color: 527938.

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

Color convert

RGB 66 14 8 -
CMYK 0 0.79 0.88 0.74
HSL 6.21º 0.78% 0.15% -
HSV(B) 6.21º 0.88% 0.26% -
XYZ 2.45 1.49 0.39 -
YUV 28.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 66 14 8 0 0.79 0.88 0.74 6.21 0.78 0.15
Hex 42 E 8 0 4F 58 4A 6 4E F
Octal 102 16 10 0 117 130 112 6 116 17
Binary 1000010 1110 1000 0 1001111 1011000 1001010 110 1001110 1111

Color Harmonies of #420E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E08

Black with #420E08

Text Example


Text Example

White with #420E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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