Html Css Color HEX #420B09 Seal Brown

📋 copy color: '#420B09'

red 66 ◦ green 11 ◦ blue 9

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

Shades of Seal Brown #420B09

Tints of Seal Brown #420B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.79%

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

R = 76.74%
G = 12.79%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#420B09 (or 0x420B09) is known color: Seal Brown. HEX triplet: 42, 0B and 09. RGB value is (66,11,9). Sum of RGB (Red+Green+Blue) = 66+11+9=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #420B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B09 is #BDF4F6. Grayscale: #1B1B1B. Windows color (decimal): -12449015 or 592706. OLE color: 592706.

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

Color convert

RGB 66 11 9 -
CMYK 0 0.83 0.86 0.74
HSL 2.11º 0.76% 0.15% -
HSV(B) 2.11º 0.86% 0.26% -
XYZ 2.42 1.42 0.4 -
YUV 27.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 66 11 9 0 0.83 0.86 0.74 2.11 0.76 0.15
Hex 42 B 9 0 53 56 4A 2 4C F
Octal 102 13 11 0 123 126 112 2 114 17
Binary 1000010 1011 1001 0 1010011 1010110 1001010 10 1001100 1111

Color Harmonies of #420B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B09

Black with #420B09

Text Example


Text Example

White with #420B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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