Html Css Color HEX #420402 Seal Brown

📋 copy color: '#420402'

red 66 ◦ green 4 ◦ blue 2

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

Shades of Seal Brown #420402

Tints of Seal Brown #420402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.56%

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

R = 91.67%
G = 5.56%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#420402 (or 0x420402) is known color: Seal Brown. HEX triplet: 42, 04 and 02. RGB value is (66,4,2). Sum of RGB (Red+Green+Blue) = 66+4+2=72 (9% of max value = 765). Red value is 66 (26.17% from 255 or 91.67% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 66 - color contains mainly: red. Hex color #420402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420402 is #BDFBFD. Grayscale: #161616. Windows color (decimal): -12450814 or 132162. OLE color: 132162.

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

Color convert

RGB 66 4 2 -
CMYK 0 0.94 0.97 0.74
HSL 1.88º 0.94% 0.13% -
HSV(B) 1.88º 0.97% 0.26% -
XYZ 2.3 1.25 0.18 -
YUV 22.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 66 4 2 0 0.94 0.97 0.74 1.88 0.94 0.13
Hex 42 4 2 0 5E 61 4A 2 5E D
Octal 102 4 2 0 136 141 112 2 136 15
Binary 1000010 100 10 0 1011110 1100001 1001010 10 1011110 1101

Color Harmonies of #420402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420402

Black with #420402

Text Example


Text Example

White with #420402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420402; }

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

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

background-color css

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

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

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

border-color css

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

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

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