Html Css Color HEX #420705 Seal Brown

📋 copy color: '#420705'

red 66 ◦ green 7 ◦ blue 5

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

Shades of Seal Brown #420705

Tints of Seal Brown #420705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.97%

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

R = 84.62%
G = 8.97%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#420705 (or 0x420705) is known color: Seal Brown. HEX triplet: 42, 07 and 05. RGB value is (66,7,5). Sum of RGB (Red+Green+Blue) = 66+7+5=78 (10% of max value = 765). Red value is 66 (26.17% from 255 or 84.62% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 66 - color contains mainly: red. Hex color #420705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420705 is #BDF8FA. Grayscale: #181818. Windows color (decimal): -12450043 or 329538. OLE color: 329538.

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

Color convert

RGB 66 7 5 -
CMYK 0 0.89 0.92 0.74
HSL 1.97º 0.86% 0.14% -
HSV(B) 1.97º 0.92% 0.26% -
XYZ 2.35 1.32 0.27 -
YUV 24.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 66 7 5 0 0.89 0.92 0.74 1.97 0.86 0.14
Hex 42 7 5 0 59 5C 4A 2 56 E
Octal 102 7 5 0 131 134 112 2 126 16
Binary 1000010 111 101 0 1011001 1011100 1001010 10 1010110 1110

Color Harmonies of #420705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420705

Black with #420705

Text Example


Text Example

White with #420705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420705; }

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

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

background-color css

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

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

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

border-color css

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

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

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