#24100A

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

Shades of Seal Brown #24100A

Tints of Seal Brown #24100A

Color information

#24100A (or 0x24100A) is unknown color: approx Seal Brown. HEX triplet: 24, 10 and 0A. RGB value is (36,16,10). Sum of RGB (Red+Green+Blue) = 36+16+10=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #24100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24100A is #DBEFF5. Grayscale: #151515. Windows color (decimal): -14413814 or 659492. OLE color: 659492.

HSL color Cylindrical-coordinate representation of color #24100A: hue angle of 13.85º 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 #24100A is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB361610-
CMYK00.560.720.86
HSL13.85º56.52%9.02%-
HSV(B)13.85º72.22%14.12%-
XYZ0.970.770.38-
YUV21.3121.63138.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 58.06%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 10 (4.30% from 255) = 16.13%
R=58.06%
G=25.81%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36161000.560.720.8613.8556.529.02
Hex2410A0384856e399
Octal442012070110126167111
Binary10010010000101001110001001000101011011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24100A; }

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

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

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

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

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

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

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

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