#240F0A

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

Shades of Seal Brown #240F0A

Tints of Seal Brown #240F0A

Color information

#240F0A (or 0x240F0A) is unknown color: approx Seal Brown. HEX triplet: 24, 0F and 0A. RGB value is (36,15,10). Sum of RGB (Red+Green+Blue) = 36+15+10=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F0A is #DBF0F5. Grayscale: #141414. Windows color (decimal): -14414070 or 659236. OLE color: 659236.

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

Color convert

RGB361510-
CMYK00.580.720.86
HSL11.54º56.52%9.02%-
HSV(B)11.54º72.22%14.12%-
XYZ0.950.740.38-
YUV20.71121.96138.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 59.02%
GREEN value IS 15 (6.25% from 255) = 24.59%
BLUE value IS 10 (4.30% from 255) = 16.39%
R=59.02%
G=24.59%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36151000.580.720.8611.5456.529.02
Hex24FA03A4856c399
Octal441712072110126147111
Binary1001001111101001110101001000101011011001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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