Html Css Color HEX #411010 Seal Brown

📋 copy color: '#411010'

red 65 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #411010

Tints of Seal Brown #411010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.49%

R = 67.01%
G = 16.49%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#411010 (or 0x411010) is known color: Seal Brown. HEX triplet: 41, 10 and 10. RGB value is (65,16,16). Sum of RGB (Red+Green+Blue) = 65+16+16=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #411010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411010 is #BEEFEF. Grayscale: #1E1E1E. Windows color (decimal): -12513264 or 1052737. OLE color: 1052737.

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

Color convert

RGB 65 16 16 -
CMYK 0 0.75 0.75 0.75
HSL 0.6% 0.16% -
HSV(B) 0.75% 0.25% -
XYZ 2.46 1.53 0.66 -
YUV 30.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 65 16 16 0 0.75 0.75 0.75 0 0.6 0.16
Hex 41 10 10 0 4B 4B 4B 0 3C 10
Octal 101 20 20 0 113 113 113 0 74 20
Binary 1000001 10000 10000 0 1001011 1001011 1001011 0 111100 10000

Color Harmonies of #411010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411010

Black with #411010

Text Example


Text Example

White with #411010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411010; }

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

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

background-color css

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

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

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

border-color css

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

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

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