Html Css Color HEX #421716 Seal Brown

📋 copy color: '#421716'

red 66 ◦ green 23 ◦ blue 22

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

Shades of Seal Brown #421716

Tints of Seal Brown #421716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.72%

 BLUE value IS 22 (8.98% from 255) = 19.82%

R = 59.46%
G = 20.72%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#421716 (or 0x421716) is known color: Seal Brown. HEX triplet: 42, 17 and 16. RGB value is (66,23,22). Sum of RGB (Red+Green+Blue) = 66+23+22=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #421716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421716 is #BDE8E9. Grayscale: #232323. Windows color (decimal): -12445930 or 1447746. OLE color: 1447746.

HSL color Cylindrical-coordinate representation of color #421716: hue angle of 1.36º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421716 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 23 22 -
CMYK 0 0.65 0.67 0.74
HSL 1.36º 0.5% 0.17% -
HSV(B) 1.36º 0.67% 0.26% -
XYZ 2.7 1.83 0.97 -
YUV 35.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 66 23 22 0 0.65 0.67 0.74 1.36 0.5 0.17
Hex 42 17 16 0 41 43 4A 1 32 11
Octal 102 27 26 0 101 103 112 1 62 21
Binary 1000010 10111 10110 0 1000001 1000011 1001010 1 110010 10001

Color Harmonies of #421716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421716

Black with #421716

Text Example


Text Example

White with #421716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421716; }

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

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

background-color css

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

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

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

border-color css

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

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

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