Html Css Color HEX #420902 Seal Brown

📋 copy color: '#420902'

red 66 ◦ green 9 ◦ blue 2

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

Shades of Seal Brown #420902

Tints of Seal Brown #420902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.69%

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

R = 85.71%
G = 11.69%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#420902 (or 0x420902) is known color: Seal Brown. HEX triplet: 42, 09 and 02. RGB value is (66,9,2). Sum of RGB (Red+Green+Blue) = 66+9+2=77 (10% of max value = 765). Red value is 66 (26.17% from 255 or 85.71% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 66 - color contains mainly: red. Hex color #420902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420902 is #BDF6FD. Grayscale: #191919. Windows color (decimal): -12449534 or 133442. OLE color: 133442.

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

Color convert

RGB 66 9 2 -
CMYK 0 0.86 0.97 0.74
HSL 6.56º 0.94% 0.13% -
HSV(B) 6.56º 0.97% 0.26% -
XYZ 2.36 1.36 0.2 -
YUV 25.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 66 9 2 0 0.86 0.97 0.74 6.56 0.94 0.13
Hex 42 9 2 0 56 61 4A 7 5E D
Octal 102 11 2 0 126 141 112 7 136 15
Binary 1000010 1001 10 0 1010110 1100001 1001010 111 1011110 1101

Color Harmonies of #420902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420902

Black with #420902

Text Example


Text Example

White with #420902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420902; }

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

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

background-color css

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

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

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

border-color css

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

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

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