#251411

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

Shades of Seal Brown #251411

Tints of Seal Brown #251411

Color information

#251411 (or 0x251411) is unknown color: approx Seal Brown. HEX triplet: 25, 14 and 11. RGB value is (37,20,17). Sum of RGB (Red+Green+Blue) = 37+20+17=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #251411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251411 is #DAEBEE. Grayscale: #181818. Windows color (decimal): -14347247 or 1119269. OLE color: 1119269.

HSL color Cylindrical-coordinate representation of color #251411: hue angle of 9º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #251411 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB372017-
CMYK00.460.540.85
HSL37.04%10.59%-
HSV(B)54.05%14.51%-
XYZ1.110.930.65-
YUV24.74123.63136.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=50%
G=27.03%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37201700.460.540.85937.0410.59
Hex25141102E3655925b
Octal45242105666125114513
Binary10010110100100010101110110110101010110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251411; }

 p { color: rgb(37,20,17); }

 H1.HeaderClassName
 {
   color: #251411;
 }
 .AnyTagClassName
 {
   color: #251411;
 }
</style>
background-color css

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

 a { background-color: rgb(37,20,17); }

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

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

 span { border-color: rgb(37,20,17); }

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