Html Css Color HEX #421004 Seal Brown

📋 copy color: '#421004'

red 66 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #421004

Tints of Seal Brown #421004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.6%

 BLUE value IS 4 (1.95% from 255) = 4.65%

R = 76.74%
G = 18.6%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#421004 (or 0x421004) is known color: Seal Brown. HEX triplet: 42, 10 and 04. RGB value is (66,16,4). Sum of RGB (Red+Green+Blue) = 66+16+4=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #421004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421004 is #BDEFFB. Grayscale: #1D1D1D. Windows color (decimal): -12447740 or 266306. OLE color: 266306.

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

Color convert

RGB 66 16 4 -
CMYK 0 0.76 0.94 0.74
HSL 11.61º 0.89% 0.14% -
HSV(B) 11.61º 0.94% 0.26% -
XYZ 2.45 1.54 0.28 -
YUV 29.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 66 16 4 0 0.76 0.94 0.74 11.61 0.89 0.14
Hex 42 10 4 0 4C 5E 4A C 59 E
Octal 102 20 4 0 114 136 112 14 131 16
Binary 1000010 10000 100 0 1001100 1011110 1001010 1100 1011001 1110

Color Harmonies of #421004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421004

Black with #421004

Text Example


Text Example

White with #421004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421004; }

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

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

background-color css

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

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

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

border-color css

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

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

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