Html Css Color HEX #420605 Seal Brown

📋 copy color: '#420605'

red 66 ◦ green 6 ◦ blue 5

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

Shades of Seal Brown #420605

Tints of Seal Brown #420605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.79%

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

R = 85.71%
G = 7.79%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#420605 (or 0x420605) is known color: Seal Brown. HEX triplet: 42, 06 and 05. RGB value is (66,6,5). Sum of RGB (Red+Green+Blue) = 66+6+5=77 (10% of max value = 765). Red value is 66 (26.17% from 255 or 85.71% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 66 - color contains mainly: red. Hex color #420605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420605 is #BDF9FA. Grayscale: #171717. Windows color (decimal): -12450299 or 329282. OLE color: 329282.

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

Color convert

RGB 66 6 5 -
CMYK 0 0.91 0.92 0.74
HSL 0.98º 0.86% 0.14% -
HSV(B) 0.98º 0.92% 0.26% -
XYZ 2.34 1.3 0.27 -
YUV 23.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 66 6 5 0 0.91 0.92 0.74 0.98 0.86 0.14
Hex 42 6 5 0 5B 5C 4A 1 56 E
Octal 102 6 5 0 133 134 112 1 126 16
Binary 1000010 110 101 0 1011011 1011100 1001010 1 1010110 1110

Color Harmonies of #420605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420605

Black with #420605

Text Example


Text Example

White with #420605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420605; }

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

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

background-color css

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

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

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

border-color css

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

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

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