Html Css Color HEX #41150E Seal Brown

📋 copy color: '#41150E'

red 65 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #41150E

Tints of Seal Brown #41150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21%

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

R = 65%
G = 21%
B = 14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41150E (or 0x41150E) is known color: Seal Brown. HEX triplet: 41, 15 and 0E. RGB value is (65,21,14). Sum of RGB (Red+Green+Blue) = 65+21+14=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41150E is #BEEAF1. Grayscale: #212121. Windows color (decimal): -12511986 or 922945. OLE color: 922945.

HSL color Cylindrical-coordinate representation of color #41150E: hue angle of 8.24º 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 #41150E is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 14 -
CMYK 0 0.68 0.78 0.75
HSL 8.24º 0.65% 0.15% -
HSV(B) 8.24º 0.78% 0.25% -
XYZ 2.53 1.69 0.61 -
YUV 33.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 65 21 14 0 0.68 0.78 0.75 8.24 0.65 0.15
Hex 41 15 E 0 44 4E 4B 8 41 F
Octal 101 25 16 0 104 116 113 10 101 17
Binary 1000001 10101 1110 0 1000100 1001110 1001011 1000 1000001 1111

Color Harmonies of #41150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41150E

Black with #41150E

Text Example


Text Example

White with #41150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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