#23200F

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

Shades of Maire #23200F

Tints of Maire #23200F

Color information

#23200F (or 0x23200F) is unknown color: approx Maire. HEX triplet: 23, 20 and 0F. RGB value is (35,32,15). Sum of RGB (Red+Green+Blue) = 35+32+15=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #23200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23200F is #DCDFF0. Grayscale: #1F1F1F. Windows color (decimal): -14475249 or 991267. OLE color: 991267.

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

Color convert

RGB353215-
CMYK00.090.570.86
HSL51º40%9.8%-
HSV(B)51º57.14%13.73%-
XYZ1.31.420.66-
YUV30.96118.99130.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.68%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=42.68%
G=39.02%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35321500.090.570.8651409.8
Hex2320F0939563328a
Octal43401701171126635012
Binary10001110000011110100111100110101101100111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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