#24140E

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

Shades of Seal Brown #24140E

Tints of Seal Brown #24140E

Color information

#24140E (or 0x24140E) is unknown color: approx Seal Brown. HEX triplet: 24, 14 and 0E. RGB value is (36,20,14). Sum of RGB (Red+Green+Blue) = 36+20+14=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #24140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24140E is #DBEBF1. Grayscale: #181818. Windows color (decimal): -14412786 or 922660. OLE color: 922660.

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

Color convert

RGB362014-
CMYK00.440.610.86
HSL16.36º44%9.8%-
HSV(B)16.36º61.11%14.12%-
XYZ1.060.910.53-
YUV24.1122.3136.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 51.43%
GREEN value IS 20 (8.20% from 255) = 28.57%
BLUE value IS 14 (5.86% from 255) = 20%
R=51.43%
G=28.57%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36201400.440.610.8616.36449.8
Hex2414E02C3D56102ca
Octal44241605475126205412
Binary10010010100111001011001111011010110100001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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