#240802

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

Shades of Seal Brown #240802

Tints of Seal Brown #240802

Color information

#240802 (or 0x240802) is unknown color: approx Seal Brown. HEX triplet: 24, 08 and 02. RGB value is (36,8,2). Sum of RGB (Red+Green+Blue) = 36+8+2=46 (6% of max value = 765). Red value is 36 (14.45% from 255 or 78.26% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 36 - color contains mainly: red. Hex color #240802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240802 is #DBF7FD. Grayscale: #0F0F0F. Windows color (decimal): -14415870 or 133156. OLE color: 133156.

HSL color Cylindrical-coordinate representation of color #240802: hue angle of 10.59º 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 #240802 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB3682-
CMYK00.780.940.86
HSL10.59º89.47%7.45%-
HSV(B)10.59º94.44%14.12%-
XYZ0.830.550.12-
YUV15.69120.28142.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 78.26%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 2 (1.17% from 255) = 4.35%
R=78.26%
G=17.39%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal368200.780.940.8610.5989.477.45
Hex248204E5E56b597
Octal441020116136126131317
Binary100100100010010011101011110101011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240802; }

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

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

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

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

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

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

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

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