#353027

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

Shades of Creole #353027

Tints of Creole #353027

Color information

#353027 (or 0x353027) is unknown color: approx Creole. HEX triplet: 35, 30 and 27. RGB value is (53,48,39). Sum of RGB (Red+Green+Blue) = 53+48+39=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #353027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353027 is #CACFD8. Grayscale: #303030. Windows color (decimal): -13291481 or 2568245. OLE color: 2568245.

HSL color Cylindrical-coordinate representation of color #353027: hue angle of 38.57º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #353027 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB534839-
CMYK00.090.260.79
HSL38.57º15.22%18.04%-
HSV(B)38.57º26.42%20.78%-
XYZ2.893.022.35-
YUV48.47122.66131.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=37.86%
G=34.29%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53483900.090.260.7938.5715.2218.04
Hex353027091A4F27f12
Octal65604701132117471722
Binary11010111000010011101001110101001111100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353027; }

 p { color: rgb(53,48,39); }

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

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

 a { background-color: rgb(53,48,39); }

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

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

 span { border-color: rgb(53,48,39); }

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