Html Css Color HEX #420B05 Seal Brown

📋 copy color: '#420B05'

red 66 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #420B05

Tints of Seal Brown #420B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.1%

R = 80.49%
G = 13.41%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#420B05 (or 0x420B05) is known color: Seal Brown. HEX triplet: 42, 0B and 05. RGB value is (66,11,5). Sum of RGB (Red+Green+Blue) = 66+11+5=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #420B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B05 is #BDF4FA. Grayscale: #1A1A1A. Windows color (decimal): -12449019 or 330562. OLE color: 330562.

HSL color Cylindrical-coordinate representation of color #420B05: hue angle of 5.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420B05 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 11 5 -
CMYK 0 0.83 0.92 0.74
HSL 5.9º 0.86% 0.14% -
HSV(B) 5.9º 0.92% 0.26% -
XYZ 2.39 1.41 0.29 -
YUV 26.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 66 11 5 0 0.83 0.92 0.74 5.9 0.86 0.14
Hex 42 B 5 0 53 5C 4A 6 56 E
Octal 102 13 5 0 123 134 112 6 126 16
Binary 1000010 1011 101 0 1010011 1011100 1001010 110 1010110 1110

Color Harmonies of #420B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B05

Black with #420B05

Text Example


Text Example

White with #420B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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