Html Css Color HEX #421204 Seal Brown

📋 copy color: '#421204'

red 66 ◦ green 18 ◦ blue 4

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

Shades of Seal Brown #421204

Tints of Seal Brown #421204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

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

R = 75%
G = 20.45%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#421204 (or 0x421204) is known color: Seal Brown. HEX triplet: 42, 12 and 04. RGB value is (66,18,4). Sum of RGB (Red+Green+Blue) = 66+18+4=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #421204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421204 is #BDEDFB. Grayscale: #1E1E1E. Windows color (decimal): -12447228 or 266818. OLE color: 266818.

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

Color convert

RGB 66 18 4 -
CMYK 0 0.73 0.94 0.74
HSL 13.55º 0.89% 0.14% -
HSV(B) 13.55º 0.94% 0.26% -
XYZ 2.48 1.6 0.29 -
YUV 30.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 66 18 4 0 0.73 0.94 0.74 13.55 0.89 0.14
Hex 42 12 4 0 49 5E 4A E 59 E
Octal 102 22 4 0 111 136 112 16 131 16
Binary 1000010 10010 100 0 1001001 1011110 1001010 1110 1011001 1110

Color Harmonies of #421204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421204

Black with #421204

Text Example


Text Example

White with #421204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421204; }

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

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

background-color css

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

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

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

border-color css

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

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

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