Html Css Color HEX #420703 Seal Brown

📋 copy color: '#420703'

red 66 ◦ green 7 ◦ blue 3

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

Shades of Seal Brown #420703

Tints of Seal Brown #420703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.21%

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

R = 86.84%
G = 9.21%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#420703 (or 0x420703) is known color: Seal Brown. HEX triplet: 42, 07 and 03. RGB value is (66,7,3). Sum of RGB (Red+Green+Blue) = 66+7+3=76 (10% of max value = 765). Red value is 66 (26.17% from 255 or 86.84% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 66 - color contains mainly: red. Hex color #420703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420703 is #BDF8FC. Grayscale: #181818. Windows color (decimal): -12450045 or 198466. OLE color: 198466.

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

Color convert

RGB 66 7 3 -
CMYK 0 0.89 0.95 0.74
HSL 3.81º 0.91% 0.14% -
HSV(B) 3.81º 0.95% 0.26% -
XYZ 2.34 1.32 0.22 -
YUV 24.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 66 7 3 0 0.89 0.95 0.74 3.81 0.91 0.14
Hex 42 7 3 0 59 5F 4A 4 5B E
Octal 102 7 3 0 131 137 112 4 133 16
Binary 1000010 111 11 0 1011001 1011111 1001010 100 1011011 1110

Color Harmonies of #420703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420703

Black with #420703

Text Example


Text Example

White with #420703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420703; }

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

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

background-color css

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

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

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

border-color css

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

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

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