#363B2A

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

Shades of Log Cabin #363B2A

Tints of Log Cabin #363B2A

Color information

#363B2A (or 0x363B2A) is unknown color: approx Log Cabin. HEX triplet: 36, 3B and 2A. RGB value is (54,59,42). Sum of RGB (Red+Green+Blue) = 54+59+42=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 59 - color contains mainly: green. Hex color #363B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B2A is #C9C4D5. Grayscale: #373737. Windows color (decimal): -13223126 or 2767670. OLE color: 2767670.

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

Color convert

RGB545942-
CMYK0.0800.290.77
HSL77.65º16.83%19.8%-
HSV(B)77.65º28.81%23.14%-
XYZ3.54.082.79-
YUV55.57120.34126.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.84%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=34.84%
G=38.06%
B=27.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5459420.0800.290.7777.6516.8319.8
Hex363B2A801D4D4e1114
Octal667352100351151162124
Binary1101101110111010101000011101100110110011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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