Html Css Color HEX #421409 Seal Brown

📋 copy color: '#421409'

red 66 ◦ green 20 ◦ blue 9

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

Shades of Seal Brown #421409

Tints of Seal Brown #421409

RGB

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

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

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

R = 69.47%
G = 21.05%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#421409 (or 0x421409) is known color: Seal Brown. HEX triplet: 42, 14 and 09. RGB value is (66,20,9). Sum of RGB (Red+Green+Blue) = 66+20+9=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #421409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421409 is #BDEBF6. Grayscale: #202020. Windows color (decimal): -12446711 or 595010. OLE color: 595010.

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

Color convert

RGB 66 20 9 -
CMYK 0 0.70 0.86 0.74
HSL 11.58º 0.76% 0.15% -
HSV(B) 11.58º 0.86% 0.26% -
XYZ 2.55 1.68 0.45 -
YUV 32.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 66 20 9 0 0.70 0.86 0.74 11.58 0.76 0.15
Hex 42 14 9 0 46 56 4A C 4C F
Octal 102 24 11 0 106 126 112 14 114 17
Binary 1000010 10100 1001 0 1000110 1010110 1001010 1100 1001100 1111

Color Harmonies of #421409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421409

Black with #421409

Text Example


Text Example

White with #421409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421409; }

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

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

background-color css

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

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

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

border-color css

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

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

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