#251211

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

Shades of Seal Brown #251211

Tints of Seal Brown #251211

Color information

#251211 (or 0x251211) is unknown color: approx Seal Brown. HEX triplet: 25, 12 and 11. RGB value is (37,18,17). Sum of RGB (Red+Green+Blue) = 37+18+17=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #251211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251211 is #DAEDEE. Grayscale: #171717. Windows color (decimal): -14347759 or 1118757. OLE color: 1118757.

HSL color Cylindrical-coordinate representation of color #251211: hue angle of 3º 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 #251211 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB371817-
CMYK00.510.540.85
HSL37.04%10.59%-
HSV(B)54.05%14.51%-
XYZ1.080.870.64-
YUV23.57124.29137.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 51.39%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 23.61%
R=51.39%
G=25%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37181700.510.540.85337.0410.59
Hex2512110333655325b
Octal4522210636612534513
Binary100101100101000101100111101101010101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251211; }

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

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

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

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

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

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

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

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