Html Css Color HEX #420B08 Seal Brown

📋 copy color: '#420B08'

red 66 ◦ green 11 ◦ blue 8

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

Shades of Seal Brown #420B08

Tints of Seal Brown #420B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.94%

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

R = 77.65%
G = 12.94%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#420B08 (or 0x420B08) is known color: Seal Brown. HEX triplet: 42, 0B and 08. RGB value is (66,11,8). Sum of RGB (Red+Green+Blue) = 66+11+8=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #420B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B08 is #BDF4F7. Grayscale: #1B1B1B. Windows color (decimal): -12449016 or 527170. OLE color: 527170.

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

Color convert

RGB 66 11 8 -
CMYK 0 0.83 0.88 0.74
HSL 3.1º 0.78% 0.15% -
HSV(B) 3.1º 0.88% 0.26% -
XYZ 2.41 1.42 0.38 -
YUV 27.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 66 11 8 0 0.83 0.88 0.74 3.1 0.78 0.15
Hex 42 B 8 0 53 58 4A 3 4E F
Octal 102 13 10 0 123 130 112 3 116 17
Binary 1000010 1011 1000 0 1010011 1011000 1001010 11 1001110 1111

Color Harmonies of #420B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B08

Black with #420B08

Text Example


Text Example

White with #420B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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