Html Css Color HEX #421209 Seal Brown

📋 copy color: '#421209'

red 66 ◦ green 18 ◦ blue 9

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

Shades of Seal Brown #421209

Tints of Seal Brown #421209

RGB

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

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

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

R = 70.97%
G = 19.35%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#421209 (or 0x421209) is known color: Seal Brown. HEX triplet: 42, 12 and 09. RGB value is (66,18,9). Sum of RGB (Red+Green+Blue) = 66+18+9=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #421209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421209 is #BDEDF6. Grayscale: #1F1F1F. Windows color (decimal): -12447223 or 594498. OLE color: 594498.

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

Color convert

RGB 66 18 9 -
CMYK 0 0.73 0.86 0.74
HSL 9.47º 0.76% 0.15% -
HSV(B) 9.47º 0.86% 0.26% -
XYZ 2.51 1.61 0.44 -
YUV 31.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 66 18 9 0 0.73 0.86 0.74 9.47 0.76 0.15
Hex 42 12 9 0 49 56 4A 9 4C F
Octal 102 22 11 0 111 126 112 11 114 17
Binary 1000010 10010 1001 0 1001001 1010110 1001010 1001 1001100 1111

Color Harmonies of #421209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421209

Black with #421209

Text Example


Text Example

White with #421209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421209; }

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

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

background-color css

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

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

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

border-color css

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

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

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