Html Css Color HEX #421614 Seal Brown

📋 copy color: '#421614'

red 66 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #421614

Tints of Seal Brown #421614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.37%

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

R = 61.11%
G = 20.37%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#421614 (or 0x421614) is known color: Seal Brown. HEX triplet: 42, 16 and 14. RGB value is (66,22,20). Sum of RGB (Red+Green+Blue) = 66+22+20=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #421614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421614 is #BDE9EB. Grayscale: #222222. Windows color (decimal): -12446188 or 1316418. OLE color: 1316418.

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

Color convert

RGB 66 22 20 -
CMYK 0 0.67 0.70 0.74
HSL 2.61º 0.53% 0.17% -
HSV(B) 2.61º 0.7% 0.26% -
XYZ 2.66 1.78 0.87 -
YUV 34.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 66 22 20 0 0.67 0.70 0.74 2.61 0.53 0.17
Hex 42 16 14 0 43 46 4A 3 35 11
Octal 102 26 24 0 103 106 112 3 65 21
Binary 1000010 10110 10100 0 1000011 1000110 1001010 11 110101 10001

Color Harmonies of #421614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421614

Black with #421614

Text Example


Text Example

White with #421614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421614; }

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

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

background-color css

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

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

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

border-color css

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

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

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