Html Css Color HEX #41110E Seal Brown

📋 copy color: '#41110E'

red 65 ◦ green 17 ◦ blue 14

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

Shades of Seal Brown #41110E

Tints of Seal Brown #41110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.58%

R = 67.71%
G = 17.71%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41110E (or 0x41110E) is known color: Seal Brown. HEX triplet: 41, 11 and 0E. RGB value is (65,17,14). Sum of RGB (Red+Green+Blue) = 65+17+14=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41110E is #BEEEF1. Grayscale: #1F1F1F. Windows color (decimal): -12513010 or 921921. OLE color: 921921.

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

Color convert

RGB 65 17 14 -
CMYK 0 0.74 0.78 0.75
HSL 3.53º 0.65% 0.15% -
HSV(B) 3.53º 0.78% 0.25% -
XYZ 2.46 1.56 0.59 -
YUV 31.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 65 17 14 0 0.74 0.78 0.75 3.53 0.65 0.15
Hex 41 11 E 0 4A 4E 4B 4 41 F
Octal 101 21 16 0 112 116 113 4 101 17
Binary 1000001 10001 1110 0 1001010 1001110 1001011 100 1000001 1111

Color Harmonies of #41110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41110E

Black with #41110E

Text Example


Text Example

White with #41110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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