Html Css Color HEX #420502 Seal Brown

📋 copy color: '#420502'

red 66 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #420502

Tints of Seal Brown #420502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.74%

R = 90.41%
G = 6.85%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#420502 (or 0x420502) is known color: Seal Brown. HEX triplet: 42, 05 and 02. RGB value is (66,5,2). Sum of RGB (Red+Green+Blue) = 66+5+2=73 (9% of max value = 765). Red value is 66 (26.17% from 255 or 90.41% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 66 - color contains mainly: red. Hex color #420502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420502 is #BDFAFD. Grayscale: #161616. Windows color (decimal): -12450558 or 132418. OLE color: 132418.

HSL color Cylindrical-coordinate representation of color #420502: hue angle of 2.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420502 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 5 2 -
CMYK 0 0.92 0.97 0.74
HSL 2.81º 0.94% 0.13% -
HSV(B) 2.81º 0.97% 0.26% -
XYZ 2.31 1.27 0.18 -
YUV 22.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 66 5 2 0 0.92 0.97 0.74 2.81 0.94 0.13
Hex 42 5 2 0 5C 61 4A 3 5E D
Octal 102 5 2 0 134 141 112 3 136 15
Binary 1000010 101 10 0 1011100 1100001 1001010 11 1011110 1101

Color Harmonies of #420502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420502

Black with #420502

Text Example


Text Example

White with #420502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420502; }

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

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

background-color css

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

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

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

border-color css

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

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

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