Html Css Color HEX #421102 Seal Brown

📋 copy color: '#421102'

red 66 ◦ green 17 ◦ blue 2

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

Shades of Seal Brown #421102

Tints of Seal Brown #421102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20%

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

R = 77.65%
G = 20%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#421102 (or 0x421102) is known color: Seal Brown. HEX triplet: 42, 11 and 02. RGB value is (66,17,2). Sum of RGB (Red+Green+Blue) = 66+17+2=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #421102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421102 is #BDEEFD. Grayscale: #1E1E1E. Windows color (decimal): -12447486 or 135490. OLE color: 135490.

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

Color convert

RGB 66 17 2 -
CMYK 0 0.74 0.97 0.74
HSL 14.06º 0.94% 0.13% -
HSV(B) 14.06º 0.97% 0.26% -
XYZ 2.46 1.56 0.23 -
YUV 29.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 66 17 2 0 0.74 0.97 0.74 14.06 0.94 0.13
Hex 42 11 2 0 4A 61 4A E 5E D
Octal 102 21 2 0 112 141 112 16 136 15
Binary 1000010 10001 10 0 1001010 1100001 1001010 1110 1011110 1101

Color Harmonies of #421102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421102

Black with #421102

Text Example


Text Example

White with #421102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421102; }

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

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

background-color css

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

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

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

border-color css

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

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

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