#342C00

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

Shades of Maire #342C00

Tints of Maire #342C00

Color information

#342C00 (or 0x342C00) is unknown color: approx Maire. HEX triplet: 34, 2C and 00. RGB value is (52,44,0). Sum of RGB (Red+Green+Blue) = 52+44+0=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #342C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342C00 is #CBD3FF. Grayscale: #292929. Windows color (decimal): -13358080 or 11316. OLE color: 11316.

HSL color Cylindrical-coordinate representation of color #342C00: hue angle of 50.77º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #342C00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB52440-
CMYK00.1510.80
HSL50.77º100%10.2%-
HSV(B)50.77º100%20.39%-
XYZ2.322.530.37-
YUV41.38104.65135.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 44 (17.58% from 255) = 45.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.17%
G=45.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5244000.1510.8050.7710010.2
Hex342C00F64503364a
Octal645400171441206314412
Binary1101001011000011111100100101000011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342C00; }

 p { color: rgb(52,44,0); }

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

<style>
 a { background-color: #342C00; }

 a { background-color: rgb(52,44,0); }

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

<style>
 span { border-color: #342C00; }

 span { border-color: rgb(52,44,0); }

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