Html Css Color HEX #421107 Seal Brown

📋 copy color: '#421107'

red 66 ◦ green 17 ◦ blue 7

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

Shades of Seal Brown #421107

Tints of Seal Brown #421107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.78%

R = 73.33%
G = 18.89%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#421107 (or 0x421107) is known color: Seal Brown. HEX triplet: 42, 11 and 07. RGB value is (66,17,7). Sum of RGB (Red+Green+Blue) = 66+17+7=90 (11% of max value = 765). Red value is 66 (26.17% from 255 or 73.33% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 66 - color contains mainly: red. Hex color #421107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421107 is #BDEEF8. Grayscale: #1E1E1E. Windows color (decimal): -12447481 or 463170. OLE color: 463170.

HSL color Cylindrical-coordinate representation of color #421107: hue angle of 10.17º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421107 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 17 7 -
CMYK 0 0.74 0.89 0.74
HSL 10.17º 0.81% 0.14% -
HSV(B) 10.17º 0.89% 0.26% -
XYZ 2.49 1.57 0.37 -
YUV 30.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 66 17 7 0 0.74 0.89 0.74 10.17 0.81 0.14
Hex 42 11 7 0 4A 59 4A A 51 E
Octal 102 21 7 0 112 131 112 12 121 16
Binary 1000010 10001 111 0 1001010 1011001 1001010 1010 1010001 1110

Color Harmonies of #421107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421107

Black with #421107

Text Example


Text Example

White with #421107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421107; }

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

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

background-color css

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

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

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

border-color css

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

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

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