Html Css Color HEX #241410 Seal Brown

📋 copy color: '#241410'

red 36 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #241410

Tints of Seal Brown #241410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.78%

 BLUE value IS 16 (6.64% from 255) = 22.22%

R = 50%
G = 27.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.86

RGB Variations

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

Color information

#241410 (or 0x241410) is known color: Seal Brown. HEX triplet: 24, 14 and 10. RGB value is (36,20,16). Sum of RGB (Red+Green+Blue) = 36+20+16=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #241410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241410 is #DBEBEF. Grayscale: #181818. Windows color (decimal): -14412784 or 1053732. OLE color: 1053732.

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

Color convert

RGB 36 20 16 -
CMYK 0 0.44 0.56 0.86
HSL 12º 0.38% 0.1% -
HSV(B) 12º 0.56% 0.14% -
XYZ 1.07 0.91 0.61 -
YUV 24.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 36 20 16 0 0.44 0.56 0.86 12 0.38 0.1
Hex 24 14 10 0 2C 38 56 C 26 A
Octal 44 24 20 0 54 70 126 14 46 12
Binary 100100 10100 10000 0 101100 111000 1010110 1100 100110 1010

Color Harmonies of #241410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241410

Black with #241410

Text Example


Text Example

White with #241410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241410; }

 p { color: rgb(36,20,16); }

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

background-color css

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

 a { background-color: rgb(36,20,16); }

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

border-color css

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

 span { border-color: rgb(36,20,16); }

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