#23110D

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

Shades of Seal Brown #23110D

Tints of Seal Brown #23110D

Color information

#23110D (or 0x23110D) is unknown color: approx Seal Brown. HEX triplet: 23, 11 and 0D. RGB value is (35,17,13). Sum of RGB (Red+Green+Blue) = 35+17+13=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #23110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23110D is #DCEEF2. Grayscale: #151515. Windows color (decimal): -14479091 or 856355. OLE color: 856355.

HSL color Cylindrical-coordinate representation of color #23110D: hue angle of 10.91º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23110D is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB351713-
CMYK00.510.630.86
HSL10.91º45.83%9.41%-
HSV(B)10.91º62.86%13.73%-
XYZ0.970.790.48-
YUV21.93122.96137.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.85%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 13 (5.47% from 255) = 20%
R=53.85%
G=26.15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35171300.510.630.8610.9145.839.41
Hex2311D0333F56b2e9
Octal43211506377126135611
Binary1000111000111010110011111111101011010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23110D; }

 p { color: rgb(35,17,13); }

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

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

 a { background-color: rgb(35,17,13); }

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

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

 span { border-color: rgb(35,17,13); }

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