#240500

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

Shades of Seal Brown #240500

Tints of Seal Brown #240500

Color information

#240500 (or 0x240500) is unknown color: approx Seal Brown. HEX triplet: 24, 05 and 00. RGB value is (36,5,0). Sum of RGB (Red+Green+Blue) = 36+5+0=41 (5% of max value = 765). Red value is 36 (14.45% from 255 or 87.80% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 36 - color contains mainly: red. Hex color #240500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240500 is #DBFAFF. Grayscale: #0D0D0D. Windows color (decimal): -14416640 or 1316. OLE color: 1316.

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

Color convert

RGB3650-
CMYK00.8610.86
HSL8.33º100%7.06%-
HSV(B)8.33º100%14.12%-
XYZ0.780.480.05-
YUV13.7120.27143.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 87.80%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.80%
G=12.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal365000.8610.868.331007.06
Hex245005664568647
Octal44500126144126101447
Binary1001001010010101101100100101011010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240500; }

 p { color: rgb(36,5,0); }

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

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

 a { background-color: rgb(36,5,0); }

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

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

 span { border-color: rgb(36,5,0); }

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