Html Css Color HEX #410404 Seal Brown

📋 copy color: '#410404'

red 65 ◦ green 4 ◦ blue 4

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

Shades of Seal Brown #410404

Tints of Seal Brown #410404

RGB

 RED value IS 65 (25.78% from 255) = 89.04%

 GREEN value IS 4 (1.95% from 255) = 5.48%

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

R = 89.04%
G = 5.48%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#410404 (or 0x410404) is known color: Seal Brown. HEX triplet: 41, 04 and 04. RGB value is (65,4,4). Sum of RGB (Red+Green+Blue) = 65+4+4=73 (9% of max value = 765). Red value is 65 (25.78% from 255 or 89.04% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 65 - color contains mainly: red. Hex color #410404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410404 is #BEFBFB. Grayscale: #161616. Windows color (decimal): -12516348 or 263233. OLE color: 263233.

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

Color convert

RGB 65 4 4 -
CMYK 0 0.94 0.94 0.75
HSL 0.88% 0.14% -
HSV(B) 0.94% 0.25% -
XYZ 2.25 1.22 0.23 -
YUV 22.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 65 4 4 0 0.94 0.94 0.75 0 0.88 0.14
Hex 41 4 4 0 5E 5E 4B 0 58 E
Octal 101 4 4 0 136 136 113 0 130 16
Binary 1000001 100 100 0 1011110 1011110 1001011 0 1011000 1110

Color Harmonies of #410404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410404

Black with #410404

Text Example


Text Example

White with #410404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410404; }

 p { color: rgb(65,4,4); }

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

background-color css

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

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

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

border-color css

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

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

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