Html Css Color HEX #421411 Seal Brown

📋 copy color: '#421411'

red 66 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #421411

Tints of Seal Brown #421411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.42%

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

R = 64.08%
G = 19.42%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#421411 (or 0x421411) is known color: Seal Brown. HEX triplet: 42, 14 and 11. RGB value is (66,20,17). Sum of RGB (Red+Green+Blue) = 66+20+17=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #421411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421411 is #BDEBEE. Grayscale: #212121. Windows color (decimal): -12446703 or 1119298. OLE color: 1119298.

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

Color convert

RGB 66 20 17 -
CMYK 0 0.70 0.74 0.74
HSL 3.67º 0.59% 0.16% -
HSV(B) 3.67º 0.74% 0.26% -
XYZ 2.6 1.7 0.72 -
YUV 33.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 66 20 17 0 0.70 0.74 0.74 3.67 0.59 0.16
Hex 42 14 11 0 46 4A 4A 4 3B 10
Octal 102 24 21 0 106 112 112 4 73 20
Binary 1000010 10100 10001 0 1000110 1001010 1001010 100 111011 10000

Color Harmonies of #421411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421411

Black with #421411

Text Example


Text Example

White with #421411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421411; }

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

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

background-color css

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

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

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

border-color css

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

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

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