Html Css Color HEX #411004 Seal Brown

📋 copy color: '#411004'

red 65 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #411004

Tints of Seal Brown #411004

RGB

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

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

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

R = 76.47%
G = 18.82%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#411004 (or 0x411004) is known color: Seal Brown. HEX triplet: 41, 10 and 04. RGB value is (65,16,4). Sum of RGB (Red+Green+Blue) = 65+16+4=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #411004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411004 is #BEEFFB. Grayscale: #1D1D1D. Windows color (decimal): -12513276 or 266305. OLE color: 266305.

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

Color convert

RGB 65 16 4 -
CMYK 0 0.75 0.94 0.75
HSL 11.8º 0.88% 0.14% -
HSV(B) 11.8º 0.94% 0.25% -
XYZ 2.39 1.5 0.28 -
YUV 29.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 65 16 4 0 0.75 0.94 0.75 11.8 0.88 0.14
Hex 41 10 4 0 4B 5E 4B C 58 E
Octal 101 20 4 0 113 136 113 14 130 16
Binary 1000001 10000 100 0 1001011 1011110 1001011 1100 1011000 1110

Color Harmonies of #411004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411004

Black with #411004

Text Example


Text Example

White with #411004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411004; }

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

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

background-color css

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

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

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

border-color css

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

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

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