Html Css Color HEX #24130F Seal Brown

📋 copy color: '#24130F'

red 36 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #24130F

Tints of Seal Brown #24130F

RGB

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

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

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

R = 51.43%
G = 27.14%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#24130F (or 0x24130F) is known color: Seal Brown. HEX triplet: 24, 13 and 0F. RGB value is (36,19,15). Sum of RGB (Red+Green+Blue) = 36+19+15=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #24130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24130F is #DBECF0. Grayscale: #171717. Windows color (decimal): -14413041 or 987940. OLE color: 987940.

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

Color convert

RGB 36 19 15 -
CMYK 0 0.47 0.58 0.86
HSL 11.43º 0.41% 0.1% -
HSV(B) 11.43º 0.58% 0.14% -
XYZ 1.05 0.88 0.57 -
YUV 23.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 36 19 15 0 0.47 0.58 0.86 11.43 0.41 0.1
Hex 24 13 F 0 2F 3A 56 B 29 A
Octal 44 23 17 0 57 72 126 13 51 12
Binary 100100 10011 1111 0 101111 111010 1010110 1011 101001 1010

Color Harmonies of #24130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24130F

Black with #24130F

Text Example


Text Example

White with #24130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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