#39342A

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

Shades of Creole #39342A

Tints of Creole #39342A

Color information

#39342A (or 0x39342A) is unknown color: approx Creole. HEX triplet: 39, 34 and 2A. RGB value is (57,52,42). Sum of RGB (Red+Green+Blue) = 57+52+42=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 57 - color contains mainly: red. Hex color #39342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39342A is #C6CBD5. Grayscale: #343434. Windows color (decimal): -13028310 or 2765881. OLE color: 2765881.

HSL color Cylindrical-coordinate representation of color #39342A: hue angle of 40º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39342A is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB575242-
CMYK00.090.260.78
HSL40º15.15%19.41%-
HSV(B)40º26.32%22.35%-
XYZ3.333.492.69-
YUV52.35122.16131.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=37.75%
G=34.44%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57524200.090.260.784015.1519.41
Hex39342A091A4E28f13
Octal71645201132116501723
Binary11100111010010101001001110101001110101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39342A; }

 p { color: rgb(57,52,42); }

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

<style>
 a { background-color: #39342A; }

 a { background-color: rgb(57,52,42); }

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

<style>
 span { border-color: #39342A; }

 span { border-color: rgb(57,52,42); }

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