#231513

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

Shades of Seal Brown #231513

Tints of Seal Brown #231513

Color information

#231513 (or 0x231513) is unknown color: approx Seal Brown. HEX triplet: 23, 15 and 13. RGB value is (35,21,19). Sum of RGB (Red+Green+Blue) = 35+21+19=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231513 is #DCEAEC. Grayscale: #181818. Windows color (decimal): -14478061 or 1250595. OLE color: 1250595.

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

Color convert

RGB352119-
CMYK00.400.460.86
HSL7.5º29.63%10.59%-
HSV(B)7.5º45.71%13.73%-
XYZ1.080.940.74-
YUV24.96124.64135.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=46.67%
G=28%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35211900.400.460.867.529.6310.59
Hex2315130282E5681eb
Octal43252305056126103613
Binary1000111010110011010100010111010101101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231513; }

 p { color: rgb(35,21,19); }

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

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

 a { background-color: rgb(35,21,19); }

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

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

 span { border-color: rgb(35,21,19); }

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