#363B2C

Color #363B2C Log Cabin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Log Cabin #363B2C

Tints of Log Cabin #363B2C

Color information

#363B2C (or 0x363B2C) is unknown color: approx Log Cabin. HEX triplet: 36, 3B and 2C. RGB value is (54,59,44). Sum of RGB (Red+Green+Blue) = 54+59+44=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 59 - color contains mainly: green. Hex color #363B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B2C is #C9C4D3. Grayscale: #373737. Windows color (decimal): -13223124 or 2898742. OLE color: 2898742.

HSL color Cylindrical-coordinate representation of color #363B2C: hue angle of 80º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #363B2C is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB545944-
CMYK0.0800.250.77
HSL80º14.56%20.2%-
HSV(B)80º25.42%23.14%-
XYZ3.544.092.99-
YUV55.79121.34126.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 59 (23.44% from 255) = 37.58%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=34.39%
G=37.58%
B=28.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5459440.0800.250.778014.5620.2
Hex363B2C80194D50f14
Octal667354100311151201724
Binary110110111011101100100001100110011011010000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363B2C; }

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

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

<style>
 a { background-color: #363B2C; }

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

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

<style>
 span { border-color: #363B2C; }

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

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