Html Css Color HEX #24130D Seal Brown

📋 copy color: '#24130D'

red 36 ◦ green 19 ◦ blue 13

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

Shades of Seal Brown #24130D

Tints of Seal Brown #24130D

RGB

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

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

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

R = 52.94%
G = 27.94%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#24130D (or 0x24130D) is known color: Seal Brown. HEX triplet: 24, 13 and 0D. RGB value is (36,19,13). Sum of RGB (Red+Green+Blue) = 36+19+13=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #24130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24130D is #DBECF2. Grayscale: #171717. Windows color (decimal): -14413043 or 856868. OLE color: 856868.

HSL color Cylindrical-coordinate representation of color #24130D: hue angle of 15.65º 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 #24130D is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 19 13 -
CMYK 0 0.47 0.64 0.86
HSL 15.65º 0.47% 0.1% -
HSV(B) 15.65º 0.64% 0.14% -
XYZ 1.03 0.87 0.49 -
YUV 23.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 36 19 13 0 0.47 0.64 0.86 15.65 0.47 0.1
Hex 24 13 D 0 2F 40 56 10 2F A
Octal 44 23 15 0 57 100 126 20 57 12
Binary 100100 10011 1101 0 101111 1000000 1010110 10000 101111 1010

Color Harmonies of #24130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24130D

Black with #24130D

Text Example


Text Example

White with #24130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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