Html Css Color HEX #420D09 Seal Brown

📋 copy color: '#420D09'

red 66 ◦ green 13 ◦ blue 9

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

Shades of Seal Brown #420D09

Tints of Seal Brown #420D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.77%

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

R = 75%
G = 14.77%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#420D09 (or 0x420D09) is known color: Seal Brown. HEX triplet: 42, 0D and 09. RGB value is (66,13,9). Sum of RGB (Red+Green+Blue) = 66+13+9=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #420D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420D09 is #BDF2F6. Grayscale: #1C1C1C. Windows color (decimal): -12448503 or 593218. OLE color: 593218.

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

Color convert

RGB 66 13 9 -
CMYK 0 0.80 0.86 0.74
HSL 4.21º 0.76% 0.15% -
HSV(B) 4.21º 0.86% 0.26% -
XYZ 2.44 1.47 0.41 -
YUV 28.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 66 13 9 0 0.80 0.86 0.74 4.21 0.76 0.15
Hex 42 D 9 0 50 56 4A 4 4C F
Octal 102 15 11 0 120 126 112 4 114 17
Binary 1000010 1101 1001 0 1010000 1010110 1001010 100 1001100 1111

Color Harmonies of #420D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D09

Black with #420D09

Text Example


Text Example

White with #420D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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