#353732

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

Shades of Log Cabin #353732

Tints of Log Cabin #353732

Color information

#353732 (or 0x353732) is unknown color: approx Log Cabin. HEX triplet: 35, 37 and 32. RGB value is (53,55,50). Sum of RGB (Red+Green+Blue) = 53+55+50=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 55 - color contains mainly: green. Hex color #353732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353732 is #CAC8CD. Grayscale: #353535. Windows color (decimal): -13289678 or 3290933. OLE color: 3290933.

HSL color Cylindrical-coordinate representation of color #353732: hue angle of 84º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353732 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB535550-
CMYK0.0400.090.78
HSL84º4.76%20.59%-
HSV(B)84º9.09%21.57%-
XYZ3.413.723.56-
YUV53.83125.84127.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=33.54%
G=34.81%
B=31.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355500.0400.090.78844.7620.59
Hex3537324094E54515
Octal6567624011116124525
Binary110101110111110010100010011001110101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353732; }

 p { color: rgb(53,55,50); }

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

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

 a { background-color: rgb(53,55,50); }

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

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

 span { border-color: rgb(53,55,50); }

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