Html Css Color HEX #421914 Seal Brown

📋 copy color: '#421914'

red 66 ◦ green 25 ◦ blue 20

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

Shades of Seal Brown #421914

Tints of Seal Brown #421914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.52%

 BLUE value IS 20 (8.2% from 255) = 18.02%

R = 59.46%
G = 22.52%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#421914 (or 0x421914) is known color: Seal Brown. HEX triplet: 42, 19 and 14. RGB value is (66,25,20). Sum of RGB (Red+Green+Blue) = 66+25+20=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #421914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421914 is #BDE6EB. Grayscale: #242424. Windows color (decimal): -12445420 or 1317186. OLE color: 1317186.

HSL color Cylindrical-coordinate representation of color #421914: hue angle of 6.52º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421914 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 25 20 -
CMYK 0 0.62 0.70 0.74
HSL 6.52º 0.53% 0.17% -
HSV(B) 6.52º 0.7% 0.26% -
XYZ 2.72 1.9 0.89 -
YUV 36.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 66 25 20 0 0.62 0.70 0.74 6.52 0.53 0.17
Hex 42 19 14 0 3E 46 4A 7 35 11
Octal 102 31 24 0 76 106 112 7 65 21
Binary 1000010 11001 10100 0 111110 1000110 1001010 111 110101 10001

Color Harmonies of #421914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421914

Black with #421914

Text Example


Text Example

White with #421914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421914; }

 p { color: rgb(66,25,20); }

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

background-color css

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

 a { background-color: rgb(66,25,20); }

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

border-color css

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

 span { border-color: rgb(66,25,20); }

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