#35322C

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

Shades of Creole #35322C

Tints of Creole #35322C

Color information

#35322C (or 0x35322C) is unknown color: approx Creole. HEX triplet: 35, 32 and 2C. RGB value is (53,50,44). Sum of RGB (Red+Green+Blue) = 53+50+44=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 53 - color contains mainly: red. Hex color #35322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35322C is #CACDD3. Grayscale: #323232. Windows color (decimal): -13290964 or 2896437. OLE color: 2896437.

HSL color Cylindrical-coordinate representation of color #35322C: hue angle of 40º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35322C is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB535044-
CMYK00.060.170.79
HSL40º9.28%19.02%-
HSV(B)40º16.98%20.78%-
XYZ3.063.222.84-
YUV50.21124.49129.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=36.05%
G=34.01%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53504400.060.170.79409.2819.02
Hex35322C06114F28913
Octal6562540621117501123
Binary1101011100101011000110100011001111101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35322C; }

 p { color: rgb(53,50,44); }

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

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

 a { background-color: rgb(53,50,44); }

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

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

 span { border-color: rgb(53,50,44); }

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