Html Css Color HEX #421211 Seal Brown

📋 copy color: '#421211'

red 66 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #421211

Tints of Seal Brown #421211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.82%

 BLUE value IS 17 (7.03% from 255) = 16.83%

R = 65.35%
G = 17.82%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#421211 (or 0x421211) is known color: Seal Brown. HEX triplet: 42, 12 and 11. RGB value is (66,18,17). Sum of RGB (Red+Green+Blue) = 66+18+17=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #421211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421211 is #BDEDEE. Grayscale: #202020. Windows color (decimal): -12447215 or 1118786. OLE color: 1118786.

HSL color Cylindrical-coordinate representation of color #421211: hue angle of 1.22º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421211 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 17 -
CMYK 0 0.73 0.74 0.74
HSL 1.22º 0.59% 0.16% -
HSV(B) 1.22º 0.74% 0.26% -
XYZ 2.56 1.63 0.71 -
YUV 32.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 66 18 17 0 0.73 0.74 0.74 1.22 0.59 0.16
Hex 42 12 11 0 49 4A 4A 1 3B 10
Octal 102 22 21 0 111 112 112 1 73 20
Binary 1000010 10010 10001 0 1001001 1001010 1001010 1 111011 10000

Color Harmonies of #421211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421211

Black with #421211

Text Example


Text Example

White with #421211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421211; }

 p { color: rgb(66,18,17); }

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

background-color css

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

 a { background-color: rgb(66,18,17); }

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

border-color css

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

 span { border-color: rgb(66,18,17); }

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