Html Css Color HEX #24130C Seal Brown

📋 copy color: '#24130C'

red 36 ◦ green 19 ◦ blue 12

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

Shades of Seal Brown #24130C

Tints of Seal Brown #24130C

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 value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#24130C (or 0x24130C) is known color: 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

RGB 36 19 12 -
CMYK 0 0.47 0.67 0.86
HSL 17.5º 0.5% 0.09% -
HSV(B) 17.5º 0.67% 0.14% -
XYZ 1.03 0.87 0.46 -
YUV 23.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 36 19 12 0 0.47 0.67 0.86 17.5 0.5 0.09
Hex 24 13 C 0 2F 43 56 12 32 9
Octal 44 23 14 0 57 103 126 22 62 11
Binary 100100 10011 1100 0 101111 1000011 1010110 10010 110010 1001

Color Harmonies of #24130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24130C

Black with #24130C

Text Example


Text Example

White with #24130C

Text Example


Text Example

HTML Codes & Css Web 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>