#362D2E

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

Shades of Havana #362D2E

Tints of Havana #362D2E

Color information

#362D2E (or 0x362D2E) is unknown color: approx Havana. HEX triplet: 36, 2D and 2E. RGB value is (54,45,46). Sum of RGB (Red+Green+Blue) = 54+45+46=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #362D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D2E is #C9D2D1. Grayscale: #2F2F2F. Windows color (decimal): -13226706 or 3026230. OLE color: 3026230.

HSL color Cylindrical-coordinate representation of color #362D2E: hue angle of 353.33º 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 #362D2E is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB544546-
CMYK00.170.150.79
HSL353.33º9.09%19.41%-
HSV(B)353.33º16.67%21.18%-
XYZ2.952.862.98-
YUV47.8126.98132.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 45 (17.97% from 255) = 31.03%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=37.24%
G=31.03%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54454600.170.150.79353.339.0919.41
Hex362D2E011F4F161913
Octal665556021171175411123
Binary11011010110110111001000111111001111101100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,45,46); }

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

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

 a { background-color: rgb(54,45,46); }

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

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

 span { border-color: rgb(54,45,46); }

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