Html Css Color HEX #41150C Seal Brown

📋 copy color: '#41150C'

red 65 ◦ green 21 ◦ blue 12

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

Shades of Seal Brown #41150C

Tints of Seal Brown #41150C

RGB

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

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

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

R = 66.33%
G = 21.43%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41150C (or 0x41150C) is known color: Seal Brown. HEX triplet: 41, 15 and 0C. RGB value is (65,21,12). Sum of RGB (Red+Green+Blue) = 65+21+12=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41150C is #BEEAF3. Grayscale: #212121. Windows color (decimal): -12511988 or 791873. OLE color: 791873.

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

Color convert

RGB 65 21 12 -
CMYK 0 0.68 0.82 0.75
HSL 10.19º 0.69% 0.15% -
HSV(B) 10.19º 0.82% 0.25% -
XYZ 2.51 1.69 0.54 -
YUV 33.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 65 21 12 0 0.68 0.82 0.75 10.19 0.69 0.15
Hex 41 15 C 0 44 52 4B A 45 F
Octal 101 25 14 0 104 122 113 12 105 17
Binary 1000001 10101 1100 0 1000100 1010010 1001011 1010 1000101 1111

Color Harmonies of #41150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41150C

Black with #41150C

Text Example


Text Example

White with #41150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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