#36322A

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

Shades of Creole #36322A

Tints of Creole #36322A

Color information

#36322A (or 0x36322A) is unknown color: approx Creole. HEX triplet: 36, 32 and 2A. RGB value is (54,50,42). Sum of RGB (Red+Green+Blue) = 54+50+42=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #36322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36322A is #C9CDD5. Grayscale: #323232. Windows color (decimal): -13225430 or 2765366. OLE color: 2765366.

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

Color convert

RGB545042-
CMYK00.070.220.79
HSL40º12.5%18.82%-
HSV(B)40º22.22%21.18%-
XYZ3.083.232.65-
YUV50.28123.33130.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=36.99%
G=34.25%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54504200.070.220.794012.518.82
Hex36322A07164F28c13
Octal6662520726117501423
Binary1101101100101010100111101101001111101000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,50,42); }

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

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

 a { background-color: rgb(54,50,42); }

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

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

 span { border-color: rgb(54,50,42); }

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