Html Css Color HEX #420E0B Seal Brown

📋 copy color: '#420E0B'

red 66 ◦ green 14 ◦ blue 11

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

Shades of Seal Brown #420E0B

Tints of Seal Brown #420E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.09%

R = 72.53%
G = 15.38%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#420E0B (or 0x420E0B) is known color: Seal Brown. HEX triplet: 42, 0E and 0B. RGB value is (66,14,11). Sum of RGB (Red+Green+Blue) = 66+14+11=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #420E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E0B is #BDF1F4. Grayscale: #1D1D1D. Windows color (decimal): -12448245 or 724546. OLE color: 724546.

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

Color convert

RGB 66 14 11 -
CMYK 0 0.79 0.83 0.74
HSL 3.27º 0.71% 0.15% -
HSV(B) 3.27º 0.83% 0.26% -
XYZ 2.46 1.5 0.48 -
YUV 29.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 66 14 11 0 0.79 0.83 0.74 3.27 0.71 0.15
Hex 42 E B 0 4F 53 4A 3 47 F
Octal 102 16 13 0 117 123 112 3 107 17
Binary 1000010 1110 1011 0 1001111 1010011 1001010 11 1000111 1111

Color Harmonies of #420E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E0B

Black with #420E0B

Text Example


Text Example

White with #420E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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