Html Css Color HEX #420908 Seal Brown

📋 copy color: '#420908'

red 66 ◦ green 9 ◦ blue 8

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

Shades of Seal Brown #420908

Tints of Seal Brown #420908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.84%

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

R = 79.52%
G = 10.84%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#420908 (or 0x420908) is known color: Seal Brown. HEX triplet: 42, 09 and 08. RGB value is (66,9,8). Sum of RGB (Red+Green+Blue) = 66+9+8=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #420908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420908 is #BDF6F7. Grayscale: #191919. Windows color (decimal): -12449528 or 526658. OLE color: 526658.

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

Color convert

RGB 66 9 8 -
CMYK 0 0.86 0.88 0.74
HSL 1.03º 0.78% 0.15% -
HSV(B) 1.03º 0.88% 0.26% -
XYZ 2.39 1.37 0.37 -
YUV 25.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 66 9 8 0 0.86 0.88 0.74 1.03 0.78 0.15
Hex 42 9 8 0 56 58 4A 1 4E F
Octal 102 11 10 0 126 130 112 1 116 17
Binary 1000010 1001 1000 0 1010110 1011000 1001010 1 1001110 1111

Color Harmonies of #420908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420908

Black with #420908

Text Example


Text Example

White with #420908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420908; }

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

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

background-color css

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

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

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

border-color css

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

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

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