#231514

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

Shades of Seal Brown #231514

Tints of Seal Brown #231514

Color information

#231514 (or 0x231514) is unknown color: approx Seal Brown. HEX triplet: 23, 15 and 14. RGB value is (35,21,20). Sum of RGB (Red+Green+Blue) = 35+21+20=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231514 is #DCEAEB. Grayscale: #191919. Windows color (decimal): -14478060 or 1316131. OLE color: 1316131.

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

Color convert

RGB352120-
CMYK00.400.430.86
HSL27.27%10.78%-
HSV(B)42.86%13.73%-
XYZ1.090.940.79-
YUV25.07125.14135.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=46.05%
G=27.63%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35212000.400.430.86427.2710.78
Hex2315140282B5641bb
Octal4325240505312643313
Binary100011101011010001010001010111010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231514; }

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

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

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

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

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

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

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

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