#23100C

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

Shades of Seal Brown #23100C

Tints of Seal Brown #23100C

Color information

#23100C (or 0x23100C) is unknown color: approx Seal Brown. HEX triplet: 23, 10 and 0C. RGB value is (35,16,12). Sum of RGB (Red+Green+Blue) = 35+16+12=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #23100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23100C is #DCEFF3. Grayscale: #151515. Windows color (decimal): -14479348 or 790563. OLE color: 790563.

HSL color Cylindrical-coordinate representation of color #23100C: hue angle of 10.43º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #23100C is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB351612-
CMYK00.540.660.86
HSL10.43º48.94%9.22%-
HSV(B)10.43º65.71%13.73%-
XYZ0.940.750.44-
YUV21.22122.79137.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 55.56%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=55.56%
G=25.40%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35161200.540.660.8610.4348.949.22
Hex2310C0364256a319
Octal432014066102126126111
Binary10001110000110001101101000010101011010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23100C; }

 p { color: rgb(35,16,12); }

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

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

 a { background-color: rgb(35,16,12); }

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

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

 span { border-color: rgb(35,16,12); }

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