#23120F

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

Shades of Seal Brown #23120F

Tints of Seal Brown #23120F

Color information

#23120F (or 0x23120F) is unknown color: approx Seal Brown. HEX triplet: 23, 12 and 0F. RGB value is (35,18,15). Sum of RGB (Red+Green+Blue) = 35+18+15=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #23120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23120F is #DCEDF0. Grayscale: #161616. Windows color (decimal): -14478833 or 987683. OLE color: 987683.

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

Color convert

RGB351815-
CMYK00.490.570.86
HSL40%9.8%-
HSV(B)57.14%13.73%-
XYZ10.820.56-
YUV22.74123.63136.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 51.47%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=51.47%
G=26.47%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35181500.490.570.869409.8
Hex2312F0313956928a
Octal43221706171126115012
Binary1000111001011110110001111001101011010011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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