Html Css Color HEX #411410 Seal Brown

📋 copy color: '#411410'

red 65 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #411410

Tints of Seal Brown #411410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

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

R = 64.36%
G = 19.8%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#411410 (or 0x411410) is known color: Seal Brown. HEX triplet: 41, 14 and 10. RGB value is (65,20,16). Sum of RGB (Red+Green+Blue) = 65+20+16=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411410 is #BEEBEF. Grayscale: #212121. Windows color (decimal): -12512240 or 1053761. OLE color: 1053761.

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

Color convert

RGB 65 20 16 -
CMYK 0 0.69 0.75 0.75
HSL 4.9º 0.6% 0.16% -
HSV(B) 4.9º 0.75% 0.25% -
XYZ 2.52 1.66 0.68 -
YUV 33 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 65 20 16 0 0.69 0.75 0.75 4.9 0.6 0.16
Hex 41 14 10 0 45 4B 4B 5 3C 10
Octal 101 24 20 0 105 113 113 5 74 20
Binary 1000001 10100 10000 0 1000101 1001011 1001011 101 111100 10000

Color Harmonies of #411410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411410

Black with #411410

Text Example


Text Example

White with #411410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411410; }

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

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

background-color css

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

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

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

border-color css

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

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

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