#36322B

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

Shades of Creole #36322B

Tints of Creole #36322B

Color information

#36322B (or 0x36322B) is unknown color: approx Creole. HEX triplet: 36, 32 and 2B. RGB value is (54,50,43). Sum of RGB (Red+Green+Blue) = 54+50+43=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #36322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36322B is #C9CDD4. Grayscale: #323232. Windows color (decimal): -13225429 or 2830902. OLE color: 2830902.

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

Color convert

RGB545043-
CMYK00.070.200.79
HSL38.18º11.34%19.02%-
HSV(B)38.18º20.37%21.18%-
XYZ3.13.242.75-
YUV50.4123.83130.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=36.73%
G=34.01%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54504300.070.200.7938.1811.3419.02
Hex36322B07144F26b13
Octal6662530724117461323
Binary1101101100101010110111101001001111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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