Html Css Color HEX #241714 Seal Brown

📋 copy color: '#241714'

red 36 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #241714

Tints of Seal Brown #241714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.11%

 BLUE value IS 20 (8.2% from 255) = 25.32%

R = 45.57%
G = 29.11%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#241714 (or 0x241714) is known color: Seal Brown. HEX triplet: 24, 17 and 14. RGB value is (36,23,20). Sum of RGB (Red+Green+Blue) = 36+23+20=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241714 is #DBE8EB. Grayscale: #1A1A1A. Windows color (decimal): -14412012 or 1316644. OLE color: 1316644.

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

Color convert

RGB 36 23 20 -
CMYK 0 0.36 0.44 0.86
HSL 11.25º 0.29% 0.11% -
HSV(B) 11.25º 0.44% 0.14% -
XYZ 1.16 1.04 0.8 -
YUV 26.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 36 23 20 0 0.36 0.44 0.86 11.25 0.29 0.11
Hex 24 17 14 0 24 2C 56 B 1D B
Octal 44 27 24 0 44 54 126 13 35 13
Binary 100100 10111 10100 0 100100 101100 1010110 1011 11101 1011

Color Harmonies of #241714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241714

Black with #241714

Text Example


Text Example

White with #241714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241714; }

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

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

background-color css

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

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

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

border-color css

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

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

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