#33362D

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

Shades of Log Cabin #33362D

Tints of Log Cabin #33362D

Color information

#33362D (or 0x33362D) is unknown color: approx Log Cabin. HEX triplet: 33, 36 and 2D. RGB value is (51,54,45). Sum of RGB (Red+Green+Blue) = 51+54+45=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 54 - color contains mainly: green. Hex color #33362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33362D is #CCC9D2. Grayscale: #343434. Windows color (decimal): -13421011 or 2962995. OLE color: 2962995.

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

Color convert

RGB515445-
CMYK0.0600.170.79
HSL80º9.09%19.41%-
HSV(B)80º16.67%21.18%-
XYZ3.163.533-
YUV52.08124.01127.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 45 (17.97% from 255) = 30%
R=34%
G=36%
B=30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5154450.0600.170.79809.0919.41
Hex33362D60114F50913
Octal63665560211171201123
Binary11001111011010110111001000110011111010000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33362D; }

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

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

<style>
 a { background-color: #33362D; }

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

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

<style>
 span { border-color: #33362D; }

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

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