Html Css Color HEX #420E03 Seal Brown

📋 copy color: '#420E03'

red 66 ◦ green 14 ◦ blue 3

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

Shades of Seal Brown #420E03

Tints of Seal Brown #420E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.61%

R = 79.52%
G = 16.87%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#420E03 (or 0x420E03) is known color: Seal Brown. HEX triplet: 42, 0E and 03. RGB value is (66,14,3). Sum of RGB (Red+Green+Blue) = 66+14+3=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #420E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E03 is #BDF1FC. Grayscale: #1C1C1C. Windows color (decimal): -12448253 or 200258. OLE color: 200258.

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

Color convert

RGB 66 14 3 -
CMYK 0 0.79 0.95 0.74
HSL 10.48º 0.91% 0.14% -
HSV(B) 10.48º 0.95% 0.26% -
XYZ 2.42 1.48 0.24 -
YUV 28.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 66 14 3 0 0.79 0.95 0.74 10.48 0.91 0.14
Hex 42 E 3 0 4F 5F 4A A 5B E
Octal 102 16 3 0 117 137 112 12 133 16
Binary 1000010 1110 11 0 1001111 1011111 1001010 1010 1011011 1110

Color Harmonies of #420E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E03

Black with #420E03

Text Example


Text Example

White with #420E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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