Html Css Color HEX #420A03 Seal Brown

📋 copy color: '#420A03'

red 66 ◦ green 10 ◦ blue 3

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

Shades of Seal Brown #420A03

Tints of Seal Brown #420A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.66%

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

R = 83.54%
G = 12.66%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#420A03 (or 0x420A03) is known color: Seal Brown. HEX triplet: 42, 0A and 03. RGB value is (66,10,3). Sum of RGB (Red+Green+Blue) = 66+10+3=79 (10% of max value = 765). Red value is 66 (26.17% from 255 or 83.54% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 66 - color contains mainly: red. Hex color #420A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420A03 is #BDF5FC. Grayscale: #1A1A1A. Windows color (decimal): -12449277 or 199234. OLE color: 199234.

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

Color convert

RGB 66 10 3 -
CMYK 0 0.85 0.95 0.74
HSL 6.67º 0.91% 0.14% -
HSV(B) 6.67º 0.95% 0.26% -
XYZ 2.37 1.38 0.23 -
YUV 25.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 66 10 3 0 0.85 0.95 0.74 6.67 0.91 0.14
Hex 42 A 3 0 55 5F 4A 7 5B E
Octal 102 12 3 0 125 137 112 7 133 16
Binary 1000010 1010 11 0 1010101 1011111 1001010 111 1011011 1110

Color Harmonies of #420A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420A03

Black with #420A03

Text Example


Text Example

White with #420A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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