#240200

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

Shades of Seal Brown #240200

Tints of Seal Brown #240200

Color information

#240200 (or 0x240200) is unknown color: approx Seal Brown. HEX triplet: 24, 02 and 00. RGB value is (36,2,0). Sum of RGB (Red+Green+Blue) = 36+2+0=38 (5% of max value = 765). Red value is 36 (14.45% from 255 or 94.74% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 36 - color contains mainly: red. Hex color #240200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240200 is #DBFDFF. Grayscale: #0B0B0B. Windows color (decimal): -14417408 or 548. OLE color: 548.

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

Color convert

RGB3620-
CMYK00.9410.86
HSL3.33º100%7.06%-
HSV(B)3.33º100%14.12%-
XYZ0.750.420.04-
YUV11.94121.26145.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 94.74%
GREEN value IS 2 (1.17% from 255) = 5.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.74%
G=5.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal362000.9410.863.331007.06
Hex242005E64563647
Octal4420013614412631447
Binary1001001000101111011001001010110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240200; }

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

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

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

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

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

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

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

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