#362F2C

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

Shades of Gondola #362F2C

Tints of Gondola #362F2C

Color information

#362F2C (or 0x362F2C) is unknown color: approx Gondola. HEX triplet: 36, 2F and 2C. RGB value is (54,47,44). Sum of RGB (Red+Green+Blue) = 54+47+44=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #362F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F2C is #C9D0D3. Grayscale: #303030. Windows color (decimal): -13226196 or 2895670. OLE color: 2895670.

HSL color Cylindrical-coordinate representation of color #362F2C: hue angle of 18º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #362F2C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB544744-
CMYK00.130.190.79
HSL18º10.2%19.22%-
HSV(B)18º18.52%21.18%-
XYZ2.9932.8-
YUV48.75125.32131.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=37.24%
G=32.41%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54474400.130.190.791810.219.22
Hex362F2C0D134F12a13
Octal66575401523117221223
Binary1101101011111011000110110011100111110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362F2C; }

 p { color: rgb(54,47,44); }

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

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

 a { background-color: rgb(54,47,44); }

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

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

 span { border-color: rgb(54,47,44); }

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