Html Css Color HEX #420503 Seal Brown

📋 copy color: '#420503'

red 66 ◦ green 5 ◦ blue 3

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

Shades of Seal Brown #420503

Tints of Seal Brown #420503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

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

R = 89.19%
G = 6.76%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#420503 (or 0x420503) is known color: Seal Brown. HEX triplet: 42, 05 and 03. RGB value is (66,5,3). Sum of RGB (Red+Green+Blue) = 66+5+3=74 (9% of max value = 765). Red value is 66 (26.17% from 255 or 89.19% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 66 - color contains mainly: red. Hex color #420503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420503 is #BDFAFC. Grayscale: #171717. Windows color (decimal): -12450557 or 197954. OLE color: 197954.

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

Color convert

RGB 66 5 3 -
CMYK 0 0.92 0.95 0.74
HSL 1.9º 0.91% 0.14% -
HSV(B) 1.9º 0.95% 0.26% -
XYZ 2.32 1.27 0.21 -
YUV 23.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 66 5 3 0 0.92 0.95 0.74 1.9 0.91 0.14
Hex 42 5 3 0 5C 5F 4A 2 5B E
Octal 102 5 3 0 134 137 112 2 133 16
Binary 1000010 101 11 0 1011100 1011111 1001010 10 1011011 1110

Color Harmonies of #420503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420503

Black with #420503

Text Example


Text Example

White with #420503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420503; }

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

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

background-color css

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

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

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

border-color css

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

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

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