Html Css Color HEX #421109 Seal Brown

📋 copy color: '#421109'

red 66 ◦ green 17 ◦ blue 9

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

Shades of Seal Brown #421109

Tints of Seal Brown #421109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.48%

 BLUE value IS 9 (3.91% from 255) = 9.78%

R = 71.74%
G = 18.48%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#421109 (or 0x421109) is known color: Seal Brown. HEX triplet: 42, 11 and 09. RGB value is (66,17,9). Sum of RGB (Red+Green+Blue) = 66+17+9=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #421109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421109 is #BDEEF6. Grayscale: #1E1E1E. Windows color (decimal): -12447479 or 594242. OLE color: 594242.

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

Color convert

RGB 66 17 9 -
CMYK 0 0.74 0.86 0.74
HSL 8.42º 0.76% 0.15% -
HSV(B) 8.42º 0.86% 0.26% -
XYZ 2.5 1.58 0.43 -
YUV 30.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 66 17 9 0 0.74 0.86 0.74 8.42 0.76 0.15
Hex 42 11 9 0 4A 56 4A 8 4C F
Octal 102 21 11 0 112 126 112 10 114 17
Binary 1000010 10001 1001 0 1001010 1010110 1001010 1000 1001100 1111

Color Harmonies of #421109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421109

Black with #421109

Text Example


Text Example

White with #421109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421109; }

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

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

background-color css

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

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

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

border-color css

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

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

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