Html Css Color HEX #41110C Seal Brown

📋 copy color: '#41110C'

red 65 ◦ green 17 ◦ blue 12

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

Shades of Seal Brown #41110C

Tints of Seal Brown #41110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.77%

R = 69.15%
G = 18.09%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41110C (or 0x41110C) is known color: Seal Brown. HEX triplet: 41, 11 and 0C. RGB value is (65,17,12). Sum of RGB (Red+Green+Blue) = 65+17+12=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #41110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41110C is #BEEEF3. Grayscale: #1E1E1E. Windows color (decimal): -12513012 or 790849. OLE color: 790849.

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

Color convert

RGB 65 17 12 -
CMYK 0 0.74 0.82 0.75
HSL 5.66º 0.69% 0.15% -
HSV(B) 5.66º 0.82% 0.25% -
XYZ 2.45 1.55 0.52 -
YUV 30.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 65 17 12 0 0.74 0.82 0.75 5.66 0.69 0.15
Hex 41 11 C 0 4A 52 4B 6 45 F
Octal 101 21 14 0 112 122 113 6 105 17
Binary 1000001 10001 1100 0 1001010 1010010 1001011 110 1000101 1111

Color Harmonies of #41110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41110C

Black with #41110C

Text Example


Text Example

White with #41110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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