#23130D

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

Shades of Seal Brown #23130D

Tints of Seal Brown #23130D

Color information

#23130D (or 0x23130D) is unknown color: approx Seal Brown. HEX triplet: 23, 13 and 0D. RGB value is (35,19,13). Sum of RGB (Red+Green+Blue) = 35+19+13=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #23130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23130D is #DCECF2. Grayscale: #171717. Windows color (decimal): -14478579 or 856867. OLE color: 856867.

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

Color convert

RGB351913-
CMYK00.460.630.86
HSL16.36º45.83%9.41%-
HSV(B)16.36º62.86%13.73%-
XYZ10.850.49-
YUV23.1122.3136.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 52.24%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=52.24%
G=28.36%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35191300.460.630.8616.3645.839.41
Hex2313D02E3F56102e9
Octal43231505677126205611
Binary10001110011110101011101111111010110100001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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