Html Css Color HEX #41110D Seal Brown

📋 copy color: '#41110D'

red 65 ◦ green 17 ◦ blue 13

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

Shades of Seal Brown #41110D

Tints of Seal Brown #41110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.89%

 BLUE value IS 13 (5.47% from 255) = 13.68%

R = 68.42%
G = 17.89%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41110D (or 0x41110D) is known color: Seal Brown. HEX triplet: 41, 11 and 0D. RGB value is (65,17,13). Sum of RGB (Red+Green+Blue) = 65+17+13=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #41110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41110D is #BEEEF2. Grayscale: #1E1E1E. Windows color (decimal): -12513011 or 856385. OLE color: 856385.

HSL color Cylindrical-coordinate representation of color #41110D: hue angle of 4.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41110D is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 17 13 -
CMYK 0 0.74 0.80 0.75
HSL 4.62º 0.67% 0.15% -
HSV(B) 4.62º 0.8% 0.25% -
XYZ 2.45 1.55 0.55 -
YUV 30.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 65 17 13 0 0.74 0.80 0.75 4.62 0.67 0.15
Hex 41 11 D 0 4A 50 4B 5 43 F
Octal 101 21 15 0 112 120 113 5 103 17
Binary 1000001 10001 1101 0 1001010 1010000 1001011 101 1000011 1111

Color Harmonies of #41110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41110D

Black with #41110D

Text Example


Text Example

White with #41110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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