Html Css Color HEX #420808 Seal Brown

📋 copy color: '#420808'

red 66 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #420808

Tints of Seal Brown #420808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.76%

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

R = 80.49%
G = 9.76%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#420808 (or 0x420808) is known color: Seal Brown. HEX triplet: 42, 08 and 08. RGB value is (66,8,8). Sum of RGB (Red+Green+Blue) = 66+8+8=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #420808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420808 is #BDF7F7. Grayscale: #191919. Windows color (decimal): -12449784 or 526402. OLE color: 526402.

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

Color convert

RGB 66 8 8 -
CMYK 0 0.88 0.88 0.74
HSL 0.78% 0.15% -
HSV(B) 0.88% 0.26% -
XYZ 2.38 1.35 0.36 -
YUV 25.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 66 8 8 0 0.88 0.88 0.74 0 0.78 0.15
Hex 42 8 8 0 58 58 4A 0 4E F
Octal 102 10 10 0 130 130 112 0 116 17
Binary 1000010 1000 1000 0 1011000 1011000 1001010 0 1001110 1111

Color Harmonies of #420808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420808

Black with #420808

Text Example


Text Example

White with #420808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420808; }

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

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

background-color css

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

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

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

border-color css

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

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

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