#342B08

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

Shades of Maire #342B08

Tints of Maire #342B08

Color information

#342B08 (or 0x342B08) is unknown color: approx Maire. HEX triplet: 34, 2B and 08. RGB value is (52,43,8). Sum of RGB (Red+Green+Blue) = 52+43+8=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #342B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B08 is #CBD4F7. Grayscale: #292929. Windows color (decimal): -13358328 or 535348. OLE color: 535348.

HSL color Cylindrical-coordinate representation of color #342B08: hue angle of 47.73º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #342B08 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB52438-
CMYK00.170.850.80
HSL47.73º73.33%11.76%-
HSV(B)47.73º84.62%20.39%-
XYZ2.322.480.59-
YUV41.7108.98135.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 43 (17.19% from 255) = 41.75%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=50.49%
G=41.75%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5243800.170.850.8047.7373.3311.76
Hex342B801155503049c
Octal6453100211251206011114
Binary11010010101110000100011010101101000011000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,43,8); }

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

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

 a { background-color: rgb(52,43,8); }

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

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

 span { border-color: rgb(52,43,8); }

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