#39342B

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

Shades of Creole #39342B

Tints of Creole #39342B

Color information

#39342B (or 0x39342B) is unknown color: approx Creole. HEX triplet: 39, 34 and 2B. RGB value is (57,52,43). Sum of RGB (Red+Green+Blue) = 57+52+43=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 57 - color contains mainly: red. Hex color #39342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39342B is #C6CBD4. Grayscale: #343434. Windows color (decimal): -13028309 or 2831417. OLE color: 2831417.

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

Color convert

RGB575243-
CMYK00.090.250.78
HSL38.57º14%19.61%-
HSV(B)38.57º24.56%22.35%-
XYZ3.353.52.78-
YUV52.47122.66131.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=37.5%
G=34.21%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57524300.090.250.7838.571419.61
Hex39342B09194E27e14
Octal71645301131116471624
Binary11100111010010101101001110011001110100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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