#23220E

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

Shades of Maire #23220E

Tints of Maire #23220E

Color information

#23220E (or 0x23220E) is unknown color: approx Maire. HEX triplet: 23, 22 and 0E. RGB value is (35,34,14). Sum of RGB (Red+Green+Blue) = 35+34+14=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #23220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23220E is #DCDDF1. Grayscale: #202020. Windows color (decimal): -14474738 or 926243. OLE color: 926243.

HSL color Cylindrical-coordinate representation of color #23220E: hue angle of 57.14º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23220E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB353414-
CMYK00.030.600.86
HSL57.14º42.86%9.61%-
HSV(B)57.14º60%13.73%-
XYZ1.341.530.64-
YUV32.02117.83130.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 34 (13.67% from 255) = 40.96%
BLUE value IS 14 (5.86% from 255) = 16.87%
R=42.17%
G=40.96%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35341400.030.600.8657.1442.869.61
Hex2322E033C56392ba
Octal4342160374126715312
Binary100011100010111001111110010101101110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23220E; }

 p { color: rgb(35,34,14); }

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

<style>
 a { background-color: #23220E; }

 a { background-color: rgb(35,34,14); }

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

<style>
 span { border-color: #23220E; }

 span { border-color: rgb(35,34,14); }

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