#24140F

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

Shades of Seal Brown #24140F

Tints of Seal Brown #24140F

Color information

#24140F (or 0x24140F) is unknown color: approx Seal Brown. HEX triplet: 24, 14 and 0F. RGB value is (36,20,15). Sum of RGB (Red+Green+Blue) = 36+20+15=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #24140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24140F is #DBEBF0. Grayscale: #181818. Windows color (decimal): -14412785 or 988196. OLE color: 988196.

HSL color Cylindrical-coordinate representation of color #24140F: hue angle of 14.29º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24140F is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB362015-
CMYK00.440.580.86
HSL14.29º41.18%10%-
HSV(B)14.29º58.33%14.12%-
XYZ1.060.910.57-
YUV24.21122.8136.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50.70%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=50.70%
G=28.17%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36201500.440.580.8614.2941.1810
Hex2414F02C3A56e29a
Octal44241705472126165112
Binary1001001010011110101100111010101011011101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24140F; }

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

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

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

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

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

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

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

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