#240A02

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

Shades of Seal Brown #240A02

Tints of Seal Brown #240A02

Color information

#240A02 (or 0x240A02) is unknown color: approx Seal Brown. HEX triplet: 24, 0A and 02. RGB value is (36,10,2). Sum of RGB (Red+Green+Blue) = 36+10+2=48 (6% of max value = 765). Red value is 36 (14.45% from 255 or 75% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 36 - color contains mainly: red. Hex color #240A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A02 is #DBF5FD. Grayscale: #101010. Windows color (decimal): -14415358 or 133668. OLE color: 133668.

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

Color convert

RGB36102-
CMYK00.720.940.86
HSL14.12º89.47%7.45%-
HSV(B)14.12º94.44%14.12%-
XYZ0.850.60.13-
YUV16.86119.61141.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 75%
GREEN value IS 10 (4.30% from 255) = 20.83%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=75%
G=20.83%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3610200.720.940.8614.1289.477.45
Hex24A20485E56e597
Octal441220110136126161317
Binary100100101010010010001011110101011011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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