#342F26

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

Shades of Creole #342F26

Tints of Creole #342F26

Color information

#342F26 (or 0x342F26) is unknown color: approx Creole. HEX triplet: 34, 2F and 26. RGB value is (52,47,38). Sum of RGB (Red+Green+Blue) = 52+47+38=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #342F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F26 is #CBD0D9. Grayscale: #2F2F2F. Windows color (decimal): -13357274 or 2502452. OLE color: 2502452.

HSL color Cylindrical-coordinate representation of color #342F26: hue angle of 38.57º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #342F26 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB524738-
CMYK00.100.270.80
HSL38.57º15.56%17.65%-
HSV(B)38.57º26.92%20.39%-
XYZ2.782.92.25-
YUV47.47122.66131.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=37.96%
G=34.31%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52473800.100.270.8038.5715.5617.65
Hex342F260A1B50271012
Octal64574601233120472022
Binary110100101111100110010101101110100001001111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,47,38); }

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

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

 a { background-color: rgb(52,47,38); }

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

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

 span { border-color: rgb(52,47,38); }

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