Html Css Color HEX #411000 Seal Brown

📋 copy color: '#411000'

red 65 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #411000

Tints of Seal Brown #411000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.25%
G = 19.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#411000 (or 0x411000) is known color: Seal Brown. HEX triplet: 41, 10 and 00. RGB value is (65,16,0). Sum of RGB (Red+Green+Blue) = 65+16+0=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #411000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411000 is #BEEFFF. Grayscale: #1C1C1C. Windows color (decimal): -12513280 or 4161. OLE color: 4161.

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

Color convert

RGB 65 16 0 -
CMYK 0 0.75 1 0.75
HSL 14.77º 1% 0.13% -
HSV(B) 14.77º 1% 0.25% -
XYZ 2.37 1.49 0.16 -
YUV 28.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 65 16 0 0 0.75 1 0.75 14.77 1 0.13
Hex 41 10 0 0 4B 64 4B F 64 D
Octal 101 20 0 0 113 144 113 17 144 15
Binary 1000001 10000 0 0 1001011 1100100 1001011 1111 1100100 1101

Color Harmonies of #411000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411000

Black with #411000

Text Example


Text Example

White with #411000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411000; }

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

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

background-color css

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

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

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

border-color css

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

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

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