#24130C

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

Shades of Seal Brown #24130C

Tints of Seal Brown #24130C

Color information

#24130C (or 0x24130C) is unknown color: approx Seal Brown. HEX triplet: 24, 13 and 0C. RGB value is (36,19,12). Sum of RGB (Red+Green+Blue) = 36+19+12=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24130C is #DBECF3. Grayscale: #171717. Windows color (decimal): -14413044 or 791332. OLE color: 791332.

HSL color Cylindrical-coordinate representation of color #24130C: hue angle of 17.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24130C is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB361912-
CMYK00.470.670.86
HSL17.5º50%9.41%-
HSV(B)17.5º66.67%14.12%-
XYZ1.030.870.46-
YUV23.28121.63137.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 53.73%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 12 (5.08% from 255) = 17.91%
R=53.73%
G=28.36%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36191200.470.670.8617.5509.41
Hex2413C02F435612329
Octal442314057103126226211
Binary100100100111100010111110000111010110100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24130C; }

 p { color: rgb(36,19,12); }

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

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

 a { background-color: rgb(36,19,12); }

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

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

 span { border-color: rgb(36,19,12); }

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