#240A00

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

Shades of Seal Brown #240A00

Tints of Seal Brown #240A00

Color information

#240A00 (or 0x240A00) is unknown color: approx Seal Brown. HEX triplet: 24, 0A and 00. RGB value is (36,10,0). Sum of RGB (Red+Green+Blue) = 36+10+0=46 (6% of max value = 765). Red value is 36 (14.45% from 255 or 78.26% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 36 - color contains mainly: red. Hex color #240A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A00 is #DBF5FF. Grayscale: #101010. Windows color (decimal): -14415360 or 2596. OLE color: 2596.

HSL color Cylindrical-coordinate representation of color #240A00: hue angle of 16.67º 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 #240A00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB36100-
CMYK00.7210.86
HSL16.67º100%7.06%-
HSV(B)16.67º100%14.12%-
XYZ0.840.590.07-
YUV16.63118.61141.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 78.26%
GREEN value IS 10 (4.30% from 255) = 21.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.26%
G=21.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3610000.7210.8616.671007.06
Hex24A0048645611647
Octal441200110144126211447
Binary100100101000100100011001001010110100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A00; }

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

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

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

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

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

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

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

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