#39352E

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

Shades of Creole #39352E

Tints of Creole #39352E

Color information

#39352E (or 0x39352E) is unknown color: approx Creole. HEX triplet: 39, 35 and 2E. RGB value is (57,53,46). Sum of RGB (Red+Green+Blue) = 57+53+46=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 57 - color contains mainly: red. Hex color #39352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39352E is #C6CAD1. Grayscale: #353535. Windows color (decimal): -13028050 or 3028281. OLE color: 3028281.

HSL color Cylindrical-coordinate representation of color #39352E: hue angle of 38.18º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #39352E is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB575346-
CMYK00.070.190.78
HSL38.18º10.68%20.2%-
HSV(B)38.18º19.3%22.35%-
XYZ3.453.613.1-
YUV53.4123.83130.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=36.54%
G=33.97%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57534600.070.190.7838.1810.6820.2
Hex39352E07134E26b14
Octal7165560723116461324
Binary1110011101011011100111100111001110100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39352E; }

 p { color: rgb(57,53,46); }

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

<style>
 a { background-color: #39352E; }

 a { background-color: rgb(57,53,46); }

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

<style>
 span { border-color: #39352E; }

 span { border-color: rgb(57,53,46); }

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