#240700

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

Shades of Seal Brown #240700

Tints of Seal Brown #240700

Color information

#240700 (or 0x240700) is unknown color: approx Seal Brown. HEX triplet: 24, 07 and 00. RGB value is (36,7,0). Sum of RGB (Red+Green+Blue) = 36+7+0=43 (5% of max value = 765). Red value is 36 (14.45% from 255 or 83.72% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 36 - color contains mainly: red. Hex color #240700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240700 is #DBF8FF. Grayscale: #0E0E0E. Windows color (decimal): -14416128 or 1828. OLE color: 1828.

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

Color convert

RGB3670-
CMYK00.8110.86
HSL11.67º100%7.06%-
HSV(B)11.67º100%14.12%-
XYZ0.80.530.06-
YUV14.87119.61143.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 83.72%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.72%
G=16.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal367000.8110.8611.671007.06
Hex24700516456c647
Octal44700121144126141447
Binary1001001110010100011100100101011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240700; }

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

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

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

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

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

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

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

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