Html Css Color HEX #411312 Seal Brown

📋 copy color: '#411312'

red 65 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #411312

Tints of Seal Brown #411312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.63%

 BLUE value IS 18 (7.42% from 255) = 17.65%

R = 63.73%
G = 18.63%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#411312 (or 0x411312) is known color: Seal Brown. HEX triplet: 41, 13 and 12. RGB value is (65,19,18). Sum of RGB (Red+Green+Blue) = 65+19+18=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #411312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411312 is #BEECED. Grayscale: #202020. Windows color (decimal): -12512494 or 1184577. OLE color: 1184577.

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

Color convert

RGB 65 19 18 -
CMYK 0 0.71 0.72 0.75
HSL 1.28º 0.57% 0.16% -
HSV(B) 1.28º 0.72% 0.25% -
XYZ 2.52 1.63 0.75 -
YUV 32.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 65 19 18 0 0.71 0.72 0.75 1.28 0.57 0.16
Hex 41 13 12 0 47 48 4B 1 39 10
Octal 101 23 22 0 107 110 113 1 71 20
Binary 1000001 10011 10010 0 1000111 1001000 1001011 1 111001 10000

Color Harmonies of #411312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411312

Black with #411312

Text Example


Text Example

White with #411312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411312; }

 p { color: rgb(65,19,18); }

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

background-color css

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

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

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

border-color css

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

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

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