Html Css Color HEX #420903 Seal Brown

📋 copy color: '#420903'

red 66 ◦ green 9 ◦ blue 3

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

Shades of Seal Brown #420903

Tints of Seal Brown #420903

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.54%

 BLUE value IS 3 (1.56% from 255) = 3.85%

R = 84.62%
G = 11.54%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#420903 (or 0x420903) is known color: Seal Brown. HEX triplet: 42, 09 and 03. RGB value is (66,9,3). Sum of RGB (Red+Green+Blue) = 66+9+3=78 (10% of max value = 765). Red value is 66 (26.17% from 255 or 84.62% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 66 - color contains mainly: red. Hex color #420903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420903 is #BDF6FC. Grayscale: #191919. Windows color (decimal): -12449533 or 198978. OLE color: 198978.

HSL color Cylindrical-coordinate representation of color #420903: hue angle of 5.71º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420903 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 3 -
CMYK 0 0.86 0.95 0.74
HSL 5.71º 0.91% 0.14% -
HSV(B) 5.71º 0.95% 0.26% -
XYZ 2.36 1.36 0.22 -
YUV 25.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 66 9 3 0 0.86 0.95 0.74 5.71 0.91 0.14
Hex 42 9 3 0 56 5F 4A 6 5B E
Octal 102 11 3 0 126 137 112 6 133 16
Binary 1000010 1001 11 0 1010110 1011111 1001010 110 1011011 1110

Color Harmonies of #420903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420903

Black with #420903

Text Example


Text Example

White with #420903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420903; }

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

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

background-color css

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

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

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

border-color css

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

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

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