Html Css Color HEX #421611 Seal Brown

📋 copy color: '#421611'

red 66 ◦ green 22 ◦ blue 17

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

Shades of Seal Brown #421611

Tints of Seal Brown #421611

RGB

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

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

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

R = 62.86%
G = 20.95%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#421611 (or 0x421611) is known color: Seal Brown. HEX triplet: 42, 16 and 11. RGB value is (66,22,17). Sum of RGB (Red+Green+Blue) = 66+22+17=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #421611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421611 is #BDE9EE. Grayscale: #222222. Windows color (decimal): -12446191 or 1119810. OLE color: 1119810.

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

Color convert

RGB 66 22 17 -
CMYK 0 0.67 0.74 0.74
HSL 6.12º 0.59% 0.16% -
HSV(B) 6.12º 0.74% 0.26% -
XYZ 2.63 1.77 0.73 -
YUV 34.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 66 22 17 0 0.67 0.74 0.74 6.12 0.59 0.16
Hex 42 16 11 0 43 4A 4A 6 3B 10
Octal 102 26 21 0 103 112 112 6 73 20
Binary 1000010 10110 10001 0 1000011 1001010 1001010 110 111011 10000

Color Harmonies of #421611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421611

Black with #421611

Text Example


Text Example

White with #421611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421611; }

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

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

background-color css

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

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

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

border-color css

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

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

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