Html Css Color HEX #24120F Seal Brown

📋 copy color: '#24120F'

red 36 ◦ green 18 ◦ blue 15

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

Shades of Seal Brown #24120F

Tints of Seal Brown #24120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 21.74%

R = 52.17%
G = 26.09%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#24120F (or 0x24120F) is known color: Seal Brown. HEX triplet: 24, 12 and 0F. RGB value is (36,18,15). Sum of RGB (Red+Green+Blue) = 36+18+15=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #24120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24120F is #DBEDF0. Grayscale: #171717. Windows color (decimal): -14413297 or 987684. OLE color: 987684.

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

Color convert

RGB 36 18 15 -
CMYK 0 0.5 0.58 0.86
HSL 8.57º 0.41% 0.1% -
HSV(B) 8.57º 0.58% 0.14% -
XYZ 1.03 0.84 0.56 -
YUV 23.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 36 18 15 0 0.5 0.58 0.86 8.57 0.41 0.1
Hex 24 12 F 0 32 3A 56 9 29 A
Octal 44 22 17 0 62 72 126 11 51 12
Binary 100100 10010 1111 0 110010 111010 1010110 1001 101001 1010

Color Harmonies of #24120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24120F

Black with #24120F

Text Example


Text Example

White with #24120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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