#241512

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

Shades of Seal Brown #241512

Tints of Seal Brown #241512

Color information

#241512 (or 0x241512) is unknown color: approx Seal Brown. HEX triplet: 24, 15 and 12. RGB value is (36,21,18). Sum of RGB (Red+Green+Blue) = 36+21+18=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #241512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241512 is #DBEAED. Grayscale: #191919. Windows color (decimal): -14412526 or 1185060. OLE color: 1185060.

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

Color convert

RGB362118-
CMYK00.420.50.86
HSL10º33.33%10.59%-
HSV(B)10º50%14.12%-
XYZ1.10.960.7-
YUV25.14123.97135.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 18 (7.42% from 255) = 24%
R=48%
G=28%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36211800.420.50.861033.3310.59
Hex24151202A3256a21b
Octal44252205262126124113
Binary10010010101100100101010110010101011010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241512; }

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

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

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

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

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

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

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

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