#231613

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

Shades of Seal Brown #231613

Tints of Seal Brown #231613

Color information

#231613 (or 0x231613) is unknown color: approx Seal Brown. HEX triplet: 23, 16 and 13. RGB value is (35,22,19). Sum of RGB (Red+Green+Blue) = 35+22+19=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231613 is #DCE9EC. Grayscale: #191919. Windows color (decimal): -14477805 or 1250851. OLE color: 1250851.

HSL color Cylindrical-coordinate representation of color #231613: hue angle of 11.25º 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 #231613 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB352219-
CMYK00.370.460.86
HSL11.25º29.63%10.59%-
HSV(B)11.25º45.71%13.73%-
XYZ1.10.980.75-
YUV25.54124.31134.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.05%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 19 (7.81% from 255) = 25%
R=46.05%
G=28.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35221900.370.460.8611.2529.6310.59
Hex2316130252E56b1eb
Octal43262304556126133613
Binary1000111011010011010010110111010101101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231613; }

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

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

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

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

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

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

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

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