Html Css Color HEX #420803 Seal Brown

📋 copy color: '#420803'

red 66 ◦ green 8 ◦ blue 3

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

Shades of Seal Brown #420803

Tints of Seal Brown #420803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.39%

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

R = 85.71%
G = 10.39%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#420803 (or 0x420803) is known color: Seal Brown. HEX triplet: 42, 08 and 03. RGB value is (66,8,3). Sum of RGB (Red+Green+Blue) = 66+8+3=77 (10% of max value = 765). Red value is 66 (26.17% from 255 or 85.71% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 66 - color contains mainly: red. Hex color #420803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420803 is #BDF7FC. Grayscale: #181818. Windows color (decimal): -12449789 or 198722. OLE color: 198722.

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

Color convert

RGB 66 8 3 -
CMYK 0 0.88 0.95 0.74
HSL 4.76º 0.91% 0.14% -
HSV(B) 4.76º 0.95% 0.26% -
XYZ 2.35 1.34 0.22 -
YUV 24.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 66 8 3 0 0.88 0.95 0.74 4.76 0.91 0.14
Hex 42 8 3 0 58 5F 4A 5 5B E
Octal 102 10 3 0 130 137 112 5 133 16
Binary 1000010 1000 11 0 1011000 1011111 1001010 101 1011011 1110

Color Harmonies of #420803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420803

Black with #420803

Text Example


Text Example

White with #420803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420803; }

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

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

background-color css

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

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

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

border-color css

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

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

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