#23120D

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

Shades of Seal Brown #23120D

Tints of Seal Brown #23120D

Color information

#23120D (or 0x23120D) is unknown color: approx Seal Brown. HEX triplet: 23, 12 and 0D. RGB value is (35,18,13). Sum of RGB (Red+Green+Blue) = 35+18+13=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #23120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23120D is #DCEDF2. Grayscale: #161616. Windows color (decimal): -14478835 or 856611. OLE color: 856611.

HSL color Cylindrical-coordinate representation of color #23120D: hue angle of 13.64º 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 #23120D is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB351813-
CMYK00.490.630.86
HSL13.64º45.83%9.41%-
HSV(B)13.64º62.86%13.73%-
XYZ0.980.820.49-
YUV22.51122.63136.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.03%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=53.03%
G=27.27%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35181300.490.630.8613.6445.839.41
Hex2312D0313F56e2e9
Octal43221506177126165611
Binary1000111001011010110001111111101011011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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