Html Css Color HEX #240E0D Seal Brown

📋 copy color: '#240E0D'

red 36 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #240E0D

Tints of Seal Brown #240E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 22.22%

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

R = 57.14%
G = 22.22%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#240E0D (or 0x240E0D) is known color: Seal Brown. HEX triplet: 24, 0E and 0D. RGB value is (36,14,13). Sum of RGB (Red+Green+Blue) = 36+14+13=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E0D is #DBF1F2. Grayscale: #141414. Windows color (decimal): -14414323 or 855588. OLE color: 855588.

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

Color convert

RGB 36 14 13 -
CMYK 0 0.61 0.64 0.86
HSL 2.61º 0.47% 0.1% -
HSV(B) 2.61º 0.64% 0.14% -
XYZ 0.96 0.72 0.47 -
YUV 20.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 36 14 13 0 0.61 0.64 0.86 2.61 0.47 0.1
Hex 24 E D 0 3D 40 56 3 2F A
Octal 44 16 15 0 75 100 126 3 57 12
Binary 100100 1110 1101 0 111101 1000000 1010110 11 101111 1010

Color Harmonies of #240E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E0D

Black with #240E0D

Text Example


Text Example

White with #240E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240E0D; }

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

 H1.HeaderClassName
 {
   color: #240E0D;
 }
 .AnyTagClassName
 {
   color: #240E0D;
 }
</style>

background-color css

<style>
 a { background-color: #240E0D; }

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

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

border-color css

<style>
 span { border-color: #240E0D; }

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

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