#23100F

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

Shades of Seal Brown #23100F

Tints of Seal Brown #23100F

Color information

#23100F (or 0x23100F) is unknown color: approx Seal Brown. HEX triplet: 23, 10 and 0F. RGB value is (35,16,15). Sum of RGB (Red+Green+Blue) = 35+16+15=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #23100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23100F is #DCEFF0. Grayscale: #151515. Windows color (decimal): -14479345 or 987171. OLE color: 987171.

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

Color convert

RGB351615-
CMYK00.540.570.86
HSL40%9.8%-
HSV(B)57.14%13.73%-
XYZ0.960.760.55-
YUV21.57124.29137.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.03%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=53.03%
G=24.24%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35161500.540.570.863409.8
Hex2310F0363956328a
Octal4320170667112635012
Binary10001110000111101101101110011010110111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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