Html Css Color HEX #24120D Seal Brown

📋 copy color: '#24120D'

red 36 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #24120D

Tints of Seal Brown #24120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 19.4%

R = 53.73%
G = 26.87%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#24120D (or 0x24120D) is known color: Seal Brown. HEX triplet: 24, 12 and 0D. RGB value is (36,18,13). Sum of RGB (Red+Green+Blue) = 36+18+13=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24120D is #DBEDF2. Grayscale: #161616. Windows color (decimal): -14413299 or 856612. OLE color: 856612.

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

Color convert

RGB 36 18 13 -
CMYK 0 0.5 0.64 0.86
HSL 13.04º 0.47% 0.1% -
HSV(B) 13.04º 0.64% 0.14% -
XYZ 1.02 0.84 0.49 -
YUV 22.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 36 18 13 0 0.5 0.64 0.86 13.04 0.47 0.1
Hex 24 12 D 0 32 40 56 D 2F A
Octal 44 22 15 0 62 100 126 15 57 12
Binary 100100 10010 1101 0 110010 1000000 1010110 1101 101111 1010

Color Harmonies of #24120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24120D

Black with #24120D

Text Example


Text Example

White with #24120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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