#241510

Color #241510 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #241510

Tints of Seal Brown #241510

Color information

#241510 (or 0x241510) is unknown color: approx Seal Brown. HEX triplet: 24, 15 and 10. RGB value is (36,21,16). Sum of RGB (Red+Green+Blue) = 36+21+16=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #241510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241510 is #DBEAEF. Grayscale: #181818. Windows color (decimal): -14412528 or 1053988. OLE color: 1053988.

HSL color Cylindrical-coordinate representation of color #241510: hue angle of 15º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241510 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB362116-
CMYK00.420.560.86
HSL15º38.46%10.2%-
HSV(B)15º55.56%14.12%-
XYZ1.090.950.62-
YUV24.92122.97135.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 49.32%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=49.32%
G=28.77%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36211600.420.560.861538.4610.2
Hex24151002A3856f26a
Octal44252005270126174612
Binary10010010101100000101010111000101011011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241510; }

 p { color: rgb(36,21,16); }

 H1.HeaderClassName
 {
   color: #241510;
 }
 .AnyTagClassName
 {
   color: #241510;
 }
</style>
background-color css

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

 a { background-color: rgb(36,21,16); }

 div.DivClassName
 {
   background-color: #241510;
 }
 .BgClassName
 {
   background-color: #241510;
 }
</style>
border-color css

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

 span { border-color: rgb(36,21,16); }

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