Html Css Color HEX #420E05 Seal Brown

📋 copy color: '#420E05'

red 66 ◦ green 14 ◦ blue 5

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

Shades of Seal Brown #420E05

Tints of Seal Brown #420E05

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.47%

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

R = 77.65%
G = 16.47%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#420E05 (or 0x420E05) is known color: Seal Brown. HEX triplet: 42, 0E and 05. RGB value is (66,14,5). Sum of RGB (Red+Green+Blue) = 66+14+5=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #420E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E05 is #BDF1FA. Grayscale: #1C1C1C. Windows color (decimal): -12448251 or 331330. OLE color: 331330.

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

Color convert

RGB 66 14 5 -
CMYK 0 0.79 0.92 0.74
HSL 8.85º 0.86% 0.14% -
HSV(B) 8.85º 0.92% 0.26% -
XYZ 2.43 1.48 0.3 -
YUV 28.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 66 14 5 0 0.79 0.92 0.74 8.85 0.86 0.14
Hex 42 E 5 0 4F 5C 4A 9 56 E
Octal 102 16 5 0 117 134 112 11 126 16
Binary 1000010 1110 101 0 1001111 1011100 1001010 1001 1010110 1110

Color Harmonies of #420E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E05

Black with #420E05

Text Example


Text Example

White with #420E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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