#241714

Color #241714 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #241714

Tints of Seal Brown #241714

Color information

#241714 (or 0x241714) is unknown color: approx 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

RGB362320-
CMYK00.360.440.86
HSL11.25º28.57%10.98%-
HSV(B)11.25º44.44%14.12%-
XYZ1.161.040.8-
YUV26.54124.31134.74-

RGB Variations

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

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.20% from 255) = 25.32%
R=45.57%
G=29.11%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36232000.360.440.8611.2528.5710.98
Hex2417140242C56b1db
Octal44272404454126133513
Binary1001001011110100010010010110010101101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>