#342F25

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

Shades of Creole #342F25

Tints of Creole #342F25

Color information

#342F25 (or 0x342F25) is unknown color: approx Creole. HEX triplet: 34, 2F and 25. RGB value is (52,47,37). Sum of RGB (Red+Green+Blue) = 52+47+37=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #342F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F25 is #CBD0DA. Grayscale: #2F2F2F. Windows color (decimal): -13357275 or 2436916. OLE color: 2436916.

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

Color convert

RGB524737-
CMYK00.100.290.80
HSL40º16.85%17.45%-
HSV(B)40º28.85%20.39%-
XYZ2.772.92.16-
YUV47.36122.16131.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=38.24%
G=34.56%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52473700.100.290.804016.8517.45
Hex342F250A1D50281111
Octal64574501235120502121
Binary110100101111100101010101110110100001010001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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