Html Css Color HEX #420303 Seal Brown

📋 copy color: '#420303'

red 66 ◦ green 3 ◦ blue 3

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

Shades of Seal Brown #420303

Tints of Seal Brown #420303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.17%

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

R = 91.67%
G = 4.17%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#420303 (or 0x420303) is known color: Seal Brown. HEX triplet: 42, 03 and 03. RGB value is (66,3,3). Sum of RGB (Red+Green+Blue) = 66+3+3=72 (9% of max value = 765). Red value is 66 (26.17% from 255 or 91.67% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 66 - color contains mainly: red. Hex color #420303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420303 is #BDFCFC. Grayscale: #151515. Windows color (decimal): -12451069 or 197442. OLE color: 197442.

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

Color convert

RGB 66 3 3 -
CMYK 0 0.95 0.95 0.74
HSL 0.91% 0.14% -
HSV(B) 0.95% 0.26% -
XYZ 2.3 1.23 0.2 -
YUV 21.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 66 3 3 0 0.95 0.95 0.74 0 0.91 0.14
Hex 42 3 3 0 5F 5F 4A 0 5B E
Octal 102 3 3 0 137 137 112 0 133 16
Binary 1000010 11 11 0 1011111 1011111 1001010 0 1011011 1110

Color Harmonies of #420303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420303

Black with #420303

Text Example


Text Example

White with #420303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420303; }

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

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

background-color css

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

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

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

border-color css

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

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

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