Html Css Color HEX #420F09 Seal Brown

📋 copy color: '#420F09'

red 66 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #420F09

Tints of Seal Brown #420F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.67%

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

R = 73.33%
G = 16.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#420F09 (or 0x420F09) is known color: Seal Brown. HEX triplet: 42, 0F and 09. RGB value is (66,15,9). Sum of RGB (Red+Green+Blue) = 66+15+9=90 (11% of max value = 765). Red value is 66 (26.17% from 255 or 73.33% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 66 - color contains mainly: red. Hex color #420F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F09 is #BDF0F6. Grayscale: #1D1D1D. Windows color (decimal): -12447991 or 593730. OLE color: 593730.

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

Color convert

RGB 66 15 9 -
CMYK 0 0.77 0.86 0.74
HSL 6.32º 0.76% 0.15% -
HSV(B) 6.32º 0.86% 0.26% -
XYZ 2.47 1.52 0.42 -
YUV 29.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 66 15 9 0 0.77 0.86 0.74 6.32 0.76 0.15
Hex 42 F 9 0 4D 56 4A 6 4C F
Octal 102 17 11 0 115 126 112 6 114 17
Binary 1000010 1111 1001 0 1001101 1010110 1001010 110 1001100 1111

Color Harmonies of #420F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F09

Black with #420F09

Text Example


Text Example

White with #420F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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