Html Css Color HEX #24130E Seal Brown

📋 copy color: '#24130E'

red 36 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #24130E

Tints of Seal Brown #24130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.54%

 BLUE value IS 14 (5.86% from 255) = 20.29%

R = 52.17%
G = 27.54%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.86

RGB Variations

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

Color information

#24130E (or 0x24130E) is known color: Seal Brown. HEX triplet: 24, 13 and 0E. RGB value is (36,19,14). Sum of RGB (Red+Green+Blue) = 36+19+14=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #24130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24130E is #DBECF1. Grayscale: #171717. Windows color (decimal): -14413042 or 922404. OLE color: 922404.

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

Color convert

RGB 36 19 14 -
CMYK 0 0.47 0.61 0.86
HSL 13.64º 0.44% 0.1% -
HSV(B) 13.64º 0.61% 0.14% -
XYZ 1.04 0.87 0.53 -
YUV 23.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 36 19 14 0 0.47 0.61 0.86 13.64 0.44 0.1
Hex 24 13 E 0 2F 3D 56 E 2C A
Octal 44 23 16 0 57 75 126 16 54 12
Binary 100100 10011 1110 0 101111 111101 1010110 1110 101100 1010

Color Harmonies of #24130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24130E

Black with #24130E

Text Example


Text Example

White with #24130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24130E; }

 p { color: rgb(36,19,14); }

 H1.HeaderClassName
 {
   color: #24130E;
 }
 .AnyTagClassName
 {
   color: #24130E;
 }
</style>

background-color css

<style>
 a { background-color: #24130E; }

 a { background-color: rgb(36,19,14); }

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

border-color css

<style>
 span { border-color: #24130E; }

 span { border-color: rgb(36,19,14); }

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