Html Css Color HEX #420403 Seal Brown

📋 copy color: '#420403'

red 66 ◦ green 4 ◦ blue 3

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

Shades of Seal Brown #420403

Tints of Seal Brown #420403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.48%

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

R = 90.41%
G = 5.48%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#420403 (or 0x420403) is known color: Seal Brown. HEX triplet: 42, 04 and 03. RGB value is (66,4,3). Sum of RGB (Red+Green+Blue) = 66+4+3=73 (9% of max value = 765). Red value is 66 (26.17% from 255 or 90.41% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 66 - color contains mainly: red. Hex color #420403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420403 is #BDFBFC. Grayscale: #161616. Windows color (decimal): -12450813 or 197698. OLE color: 197698.

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

Color convert

RGB 66 4 3 -
CMYK 0 0.94 0.95 0.74
HSL 0.95º 0.91% 0.14% -
HSV(B) 0.95º 0.95% 0.26% -
XYZ 2.31 1.25 0.21 -
YUV 22.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 66 4 3 0 0.94 0.95 0.74 0.95 0.91 0.14
Hex 42 4 3 0 5E 5F 4A 1 5B E
Octal 102 4 3 0 136 137 112 1 133 16
Binary 1000010 100 11 0 1011110 1011111 1001010 1 1011011 1110

Color Harmonies of #420403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420403

Black with #420403

Text Example


Text Example

White with #420403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420403; }

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

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

background-color css

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

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

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

border-color css

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

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

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