#362F27

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

Shades of Acadia #362F27

Tints of Acadia #362F27

Color information

#362F27 (or 0x362F27) is unknown color: approx Acadia. HEX triplet: 36, 2F and 27. RGB value is (54,47,39). Sum of RGB (Red+Green+Blue) = 54+47+39=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #362F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F27 is #C9D0D8. Grayscale: #303030. Windows color (decimal): -13226201 or 2567990. OLE color: 2567990.

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

Color convert

RGB544739-
CMYK00.130.280.79
HSL32º16.13%18.24%-
HSV(B)32º27.78%21.18%-
XYZ2.92.962.34-
YUV48.18122.82132.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=38.57%
G=33.57%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54473900.130.280.793216.1318.24
Hex362F270D1C4F201012
Octal66574701534117402022
Binary110110101111100111011011110010011111000001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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