Html Css Color HEX #24120A Seal Brown

📋 copy color: '#24120A'

red 36 ◦ green 18 ◦ blue 10

#24120A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #24120A

Tints of Seal Brown #24120A

RGB

 RED value IS 36 (14.45% from 255) = 56.25%

 GREEN value IS 18 (7.42% from 255) = 28.13%

 BLUE value IS 10 (4.3% from 255) = 15.63%

R = 56.25%
G = 28.13%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#24120A (or 0x24120A) is known color: Seal Brown. HEX triplet: 24, 12 and 0A. RGB value is (36,18,10). Sum of RGB (Red+Green+Blue) = 36+18+10=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #24120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24120A is #DBEDF5. Grayscale: #161616. Windows color (decimal): -14413302 or 660004. OLE color: 660004.

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

Color convert

RGB 36 18 10 -
CMYK 0 0.5 0.72 0.86
HSL 18.46º 0.57% 0.09% -
HSV(B) 18.46º 0.72% 0.14% -
XYZ 1 0.83 0.39 -
YUV 22.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 36 18 10 0 0.5 0.72 0.86 18.46 0.57 0.09
Hex 24 12 A 0 32 48 56 12 39 9
Octal 44 22 12 0 62 110 126 22 71 11
Binary 100100 10010 1010 0 110010 1001000 1010110 10010 111001 1001

Color Harmonies of #24120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24120A

Black with #24120A

Text Example


Text Example

White with #24120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24120A;
 }
 .AnyTagClassName
 {
   color: #24120A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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