Html Css Color HEX #411411 Seal Brown

📋 copy color: '#411411'

red 65 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #411411

Tints of Seal Brown #411411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.67%

R = 63.73%
G = 19.61%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#411411 (or 0x411411) is known color: Seal Brown. HEX triplet: 41, 14 and 11. RGB value is (65,20,17). Sum of RGB (Red+Green+Blue) = 65+20+17=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #411411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411411 is #BEEBEE. Grayscale: #212121. Windows color (decimal): -12512239 or 1119297. OLE color: 1119297.

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

Color convert

RGB 65 20 17 -
CMYK 0 0.69 0.74 0.75
HSL 3.75º 0.59% 0.16% -
HSV(B) 3.75º 0.74% 0.25% -
XYZ 2.53 1.66 0.72 -
YUV 33.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 65 20 17 0 0.69 0.74 0.75 3.75 0.59 0.16
Hex 41 14 11 0 45 4A 4B 4 3B 10
Octal 101 24 21 0 105 112 113 4 73 20
Binary 1000001 10100 10001 0 1000101 1001010 1001011 100 111011 10000

Color Harmonies of #411411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411411

Black with #411411

Text Example


Text Example

White with #411411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411411; }

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

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

background-color css

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

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

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

border-color css

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

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

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